forked from Imagelibrary/rtems
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/libio_sockets.c: Use rtems_set_errno_and_return_minus_one() where it was missed before.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libcsupport/src/libio_sockets.c: Use
|
||||||
|
rtems_set_errno_and_return_minus_one() where it was missed before.
|
||||||
|
|
||||||
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libcsupport/src/__brk.c, libcsupport/src/__gettod.c,
|
* libcsupport/src/__brk.c, libcsupport/src/__gettod.c,
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <rtems/seterr.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert an RTEMS file descriptor to a BSD socket pointer.
|
* Convert an RTEMS file descriptor to a BSD socket pointer.
|
||||||
|
|||||||
Reference in New Issue
Block a user