* libc/include/sys/config.h: Use ssize_t for read/write declarations.

This commit is contained in:
Christopher Faylor
2001-03-07 21:03:43 +00:00
parent 6ebccdc110
commit 6198decee3
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,7 @@ typedef unsigned int __uint32_t;
#if defined(__CYGWIN32__) || defined(__CYGWIN__)
#define __FILENAME_MAX__ (260 - 1 /* NUL */)
#define _READ_WRITE_RETURN_TYPE ssize_t
#if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB)
#define __IMPORT
#else