From: Per Bothner Date: Wed, 27 Dec 1995 21:16:22 +0000 (-0800) Subject: * sys-types.h: Add dummy definition for ssize_t. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a74abd2e16dba474a7701c21f25c26e46908657a;p=gcc.git * sys-types.h: Add dummy definition for ssize_t. From-SVN: r10884 --- diff --git a/gcc/sys-types.h b/gcc/sys-types.h index 527472f060b..7db46f112c5 100644 --- a/gcc/sys-types.h +++ b/gcc/sys-types.h @@ -86,6 +86,7 @@ union wait; #include /* #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. */