2001-05-11 Joel Sherrill <joel@OARcorp.com>

* libc/write.c: Change type of rc to match return type from
	underlying function per report from Eric Norum.
This commit is contained in:
Joel Sherrill
2001-05-11 13:01:01 +00:00
parent 95083c0db9
commit c8f7f94b4e
4 changed files with 8 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ ssize_t write(
size_t count
)
{
rtems_status_code rc;
ssize_t rc;
rtems_libio_t *iop;
rtems_libio_check_fd( fd );

View File

@@ -1,3 +1,8 @@
2001-05-11 Joel Sherrill <joel@OARcorp.com>
* libc/write.c: Change type of rc to match return type from
underlying function per report from Eric Norum.
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.

View File

@@ -31,7 +31,7 @@ ssize_t write(
size_t count
)
{
rtems_status_code rc;
ssize_t rc;
rtems_libio_t *iop;
rtems_libio_check_fd( fd );

View File

@@ -31,7 +31,7 @@ ssize_t write(
size_t count
)
{
rtems_status_code rc;
ssize_t rc;
rtems_libio_t *iop;
rtems_libio_check_fd( fd );