From a74abd2e16dba474a7701c21f25c26e46908657a Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 27 Dec 1995 13:16:22 -0800 Subject: [PATCH] * sys-types.h: Add dummy definition for ssize_t. From-SVN: r10884 --- gcc/sys-types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/sys-types.h b/gcc/sys-types.h index 527472f060bf..7db46f112c52 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. */ -- 2.43.5