Ignore:
Timestamp:
Jan 26, 2004, 2:28:58 AM (22 years ago)
Author:
bird
Message:

USE_EMX and _POSIX_[C_]SOURCE problems with new features.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/io.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1086 r1087  
    8686int write (int, __const__ void *, size_t);
    8787
    88 #if (!defined (__STRICT_ANSI__) && !defined (_POSIX_SOURCE)) \
    89     || defined (_WITH_UNDERSCORE)
     88#if (!defined (__STRICT_ANSI__) && !defined (_POSIX_SOURCE)) || defined (_WITH_UNDERSCORE) || defined(__USE_EMX)
    9089
    9190int _access (__const__ char *, int);
Note: See TracChangeset for help on using the changeset viewer.