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
|
size_t count
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
rtems_status_code rc;
|
ssize_t rc;
|
||||||
rtems_libio_t *iop;
|
rtems_libio_t *iop;
|
||||||
|
|
||||||
rtems_libio_check_fd( fd );
|
rtems_libio_check_fd( fd );
|
||||||
|
|||||||
@@ -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>
|
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
|
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ ssize_t write(
|
|||||||
size_t count
|
size_t count
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
rtems_status_code rc;
|
ssize_t rc;
|
||||||
rtems_libio_t *iop;
|
rtems_libio_t *iop;
|
||||||
|
|
||||||
rtems_libio_check_fd( fd );
|
rtems_libio_check_fd( fd );
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ ssize_t write(
|
|||||||
size_t count
|
size_t count
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
rtems_status_code rc;
|
ssize_t rc;
|
||||||
rtems_libio_t *iop;
|
rtems_libio_t *iop;
|
||||||
|
|
||||||
rtems_libio_check_fd( fd );
|
rtems_libio_check_fd( fd );
|
||||||
|
|||||||
Reference in New Issue
Block a user