updates from Tony Bennett

This commit is contained in:
Joel Sherrill
1996-05-23 15:37:38 +00:00
parent 64b976a960
commit 8b2ecf8546
17 changed files with 160 additions and 105 deletions

View File

@@ -15,7 +15,7 @@
#if defined(solaris2)
#define O_NDELAY O_NONBLOCK
#elif defined(RTEMS_NEWLIB)
#elif defined(RTEMS_NEWLIB)
#define O_NDELAY _FNBIO
#endif