forked from Imagelibrary/rtems
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user