home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / bsd / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  188 b   |  10 lines

  1. /* make sure EWOULDBLOCK doesn't screw us up */
  2. #ifndef _BSD_ERRNO_H
  3. #define _BSD_ERRNO_H
  4.  
  5. #include_next <errno.h>
  6. #undef EWOULDBLOCK
  7. #define EWOULDBLOCK    EAGAIN
  8.  
  9. #endif /* _BSD_ERRNO_H */
  10.