2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* libc/libio.c: Special treatment of O_NDELAY for Cygwin.
This commit is contained in:
Joel Sherrill
2000-11-10 14:23:46 +00:00
parent 5fa72058de
commit 5dc2b66d71
4 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
#if ! defined(O_NDELAY)
# if defined(solaris2)
# define O_NDELAY O_NONBLOCK
# elif defined(__CYGWIN__)
# define O_NDELAY _FNBIO
# elif defined(RTEMS_NEWLIB)
# define O_NDELAY _FNBIO
# endif

View File

@@ -1,4 +1,8 @@
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/libio.c: Special treatment of O_NDELAY for Cygwin.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -25,6 +25,8 @@
#if ! defined(O_NDELAY)
# if defined(solaris2)
# define O_NDELAY O_NONBLOCK
# elif defined(__CYGWIN__)
# define O_NDELAY _FNBIO
# elif defined(RTEMS_NEWLIB)
# define O_NDELAY _FNBIO
# endif