From 771e79d6a9deae0f265206996b46201f81720386 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Aug 2002 23:50:06 +0000 Subject: 2002-08-12 Eric Norum * src/write.c (_write_r): Change prototype to match newlib's reent.h. --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/src/write.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * src/write.c (_write_r): Change prototype to match newlib's reent.h. + 2002-07-30 Joel Sherrill * 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 -long _write_r( +_ssize_t _write_r( struct _reent *ptr, int fd, const void *buf, -- cgit v1.2.3