diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-06-21 18:40:50 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-06-21 18:40:50 +0000 |
commit | 2e78444a3ee1c59c0e74d349af163b024f1e8c06 (patch) | |
tree | 749ece36c87a0e649e3d2a49567d5fd8d8841578 /newlib/libc/include/sys/config.h | |
parent | d427d09204c97df14607149e94a1da9beddd76ab (diff) | |
download | cygnal-2e78444a3ee1c59c0e74d349af163b024f1e8c06.tar.gz cygnal-2e78444a3ee1c59c0e74d349af163b024f1e8c06.tar.bz2 cygnal-2e78444a3ee1c59c0e74d349af163b024f1e8c06.zip |
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__linux__]: Set _READ_WRITE_RETURN_TYPE
to _ssize_t.
* libc/sys/linux/io.c (read, write): Change to return ssize_t.
Diffstat (limited to 'newlib/libc/include/sys/config.h')
-rw-r--r-- | newlib/libc/include/sys/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index 85683bc70..ae4fcdaa3 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -59,6 +59,7 @@ #define __DYNAMIC_REENT__ #define HAVE_GETDATE #define _HAVE_SYSTYPES +#define _READ_WRITE_RETURN_TYPE _ssize_t #endif #endif |