Changeset 5dc2b66d in rtems


Ignore:
Timestamp:
11/10/00 14:23:46 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b2e4f3a8
Parents:
5fa7205
Message:

2000-11-10 Ralf Corsepius <corsepiu@…>

  • libc/libio.c: Special treatment of O_NDELAY for Cygwin.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/src/libio.c

    r5fa7205 r5dc2b66d  
    2626# if defined(solaris2)
    2727#  define O_NDELAY O_NONBLOCK
     28# elif defined(__CYGWIN__)
     29#   define O_NDELAY _FNBIO
    2830# elif defined(RTEMS_NEWLIB)
    2931#  define O_NDELAY _FNBIO
  • c/src/lib/ChangeLog

    r5fa7205 r5dc2b66d  
     1
     22000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
    15
    262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • c/src/lib/libc/libio.c

    r5fa7205 r5dc2b66d  
    2626# if defined(solaris2)
    2727#  define O_NDELAY O_NONBLOCK
     28# elif defined(__CYGWIN__)
     29#   define O_NDELAY _FNBIO
    2830# elif defined(RTEMS_NEWLIB)
    2931#  define O_NDELAY _FNBIO
  • cpukit/libcsupport/src/libio.c

    r5fa7205 r5dc2b66d  
    2626# if defined(solaris2)
    2727#  define O_NDELAY O_NONBLOCK
     28# elif defined(__CYGWIN__)
     29#   define O_NDELAY _FNBIO
    2830# elif defined(RTEMS_NEWLIB)
    2931#  define O_NDELAY _FNBIO
Note: See TracChangeset for help on using the changeset viewer.