marylinh / seccompsandbox

Automatically exported from code.google.com/p/seccompsandbox
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ssize_t not found in library.h #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
make -f makefile

What do you see instead?
library.h:159:46: error: 'ssize_t' has not been declared

Solved by including sys/types.h, which per IEEE Std 1003.1-2001, shall define 
ssize_t

Original issue reported on code.google.com by Keis...@gmail.com on 14 May 2012 at 5:47

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in revision 181

Original comment by markus@chromium.org on 15 May 2012 at 1:07