* sys-types.h: Add dummy definition for ssize_t.

From-SVN: r10884
This commit is contained in:
Per Bothner 1995-12-27 13:16:22 -08:00
parent dd682f144b
commit a74abd2e16

View File

@ -86,6 +86,7 @@ union wait;
#include <stddef.h>
/* #include "sys/types.h" */
#define ssize_t int
/* The actual types used here are mostly wrong,
but it is not supposed to matter what types we use here. */