diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-27 21:16:22 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-27 21:16:22 +0000 |
| commit | 2eb1d29da2070419d156da16c513c5f9e911f2c7 (patch) | |
| tree | 4feae023b9c961620f344055501f17afd4bc152b /gcc/sys-types.h | |
| parent | 21e400c3eb345fcccd16f1eb69e9cb2572583ca8 (diff) | |
| download | ppe42-gcc-2eb1d29da2070419d156da16c513c5f9e911f2c7.tar.gz ppe42-gcc-2eb1d29da2070419d156da16c513c5f9e911f2c7.zip | |
* sys-types.h: Add dummy definition for ssize_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10884 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sys-types.h')
| -rw-r--r-- | gcc/sys-types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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. */ |

