Changeset 686


Ignore:
Timestamp:
Sep 11, 2003, 3:15:15 AM (22 years ago)
Author:
bird
Message:

#634: FREAD and FWRITE is now declared in sys/fcntl.h too. Added check if defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/param.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r685 r686  
    163163 * there is a chance one or two tcpip ioctls are using them. */
    164164#ifndef _POSIX_SOURCE
    165 #define FREAD   1
    166 #define FWRITE  2
     165#ifndef FREAD
     166#define FREAD   0x0001
     167#define FWRITE  0x0002
     168#endif
    167169#endif
    168170
Note: See TracChangeset for help on using the changeset viewer.