summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-03-07 21:03:43 +0000
committerChristopher Faylor <me@cgf.cx>2001-03-07 21:03:43 +0000
commit6198decee38544071381abd352fc10946fb73eff (patch)
tree2ea336ce1c3425da7dbd81c64b2425886b192244 /newlib/libc
parent6ebccdc1107fcccc5466687b2a584c535d48d8c4 (diff)
downloadcygnal-6198decee38544071381abd352fc10946fb73eff.tar.gz
cygnal-6198decee38544071381abd352fc10946fb73eff.tar.bz2
cygnal-6198decee38544071381abd352fc10946fb73eff.zip
* libc/include/sys/config.h: Use ssize_t for read/write declarations.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/sys/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index 60c6eb9fb..74860b808 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -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