* libc/include/sys/config.h: Use ssize_t for read/write declarations.
This commit is contained in:
parent
6ebccdc110
commit
6198decee3
|
@ -1,3 +1,7 @@
|
|||
Wed Mar 7 16:02:07 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* libc/include/sys/config.h: Use ssize_t for read/write declarations.
|
||||
|
||||
Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com>
|
||||
|
||||
* libc/include/sys/config.h (_READ_WRITE_RETURN_TYPE): Define.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue