summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-12 23:50:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-12 23:50:06 +0000
commit771e79d6a9deae0f265206996b46201f81720386 (patch)
treea0db8891a4576f07c76a91ff6e6872c1c957e72e /cpukit
parent2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-771e79d6a9deae0f265206996b46201f81720386.tar.bz2
2002-08-12 Eric Norum <eric.norum@usask.ca>
* src/write.c (_write_r): Change prototype to match newlib's reent.h.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/write.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 6d250e51a6..b6738e5d67 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-12 Eric Norum <eric.norum@usask.ca>
+
+ * src/write.c (_write_r): Change prototype to match newlib's reent.h.
+
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* include/sys/utime.h: Removed as file is now part of the RTEMS
diff --git a/cpukit/libcsupport/src/write.c b/cpukit/libcsupport/src/write.c
index 697c4c59ec..0489160328 100644
--- a/cpukit/libcsupport/src/write.c
+++ b/cpukit/libcsupport/src/write.c
@@ -66,7 +66,7 @@ ssize_t write(
#include <reent.h>
-long _write_r(
+_ssize_t _write_r(
struct _reent *ptr,
int fd,
const void *buf,