aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-12-27 13:16:22 -0800
committerPer Bothner <bothner@gcc.gnu.org>1995-12-27 13:16:22 -0800
commita74abd2e16dba474a7701c21f25c26e46908657a (patch)
tree4feae023b9c961620f344055501f17afd4bc152b /gcc
parentdd682f144bedc464f709902d292105da91698885 (diff)
downloadgcc-a74abd2e16dba474a7701c21f25c26e46908657a.zip
gcc-a74abd2e16dba474a7701c21f25c26e46908657a.tar.gz
gcc-a74abd2e16dba474a7701c21f25c26e46908657a.tar.bz2
* sys-types.h: Add dummy definition for ssize_t.
From-SVN: r10884
Diffstat (limited to 'gcc')
-rw-r--r--gcc/sys-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sys-types.h b/gcc/sys-types.h
index 527472f..7db46f1 100644
--- a/gcc/sys-types.h
+++ b/gcc/sys-types.h
@@ -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. */