* sys-types.h: Add dummy definition for ssize_t.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 27 Dec 1995 21:16:22 +0000 (13:16 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 27 Dec 1995 21:16:22 +0000 (13:16 -0800)
From-SVN: r10884

gcc/sys-types.h

index 527472f..7db46f1 100644 (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.  */