* libc/include/sys/config.h: Use ssize_t for read/write declarations.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user