summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
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,