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:
Joel Sherrill
2010-06-28 23:12:10 +00:00
parent 45fcb767c3
commit 46cce26f70
2 changed files with 6 additions and 0 deletions

View File

@@ -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,

View File

@@ -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.