home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / soss.arj / INCLUDE / ERRNO.H < prev    next >
Text File  |  1991-04-11  |  1KB  |  48 lines

  1. /******
  2. * errno.h - Standard Unix-style errors with SOSS additions
  3. ******/
  4.  
  5. #define  EZERO      0
  6. #define  EPERM      1
  7. #define  ENOENT     2
  8. #define  ESRCH      3
  9. #define  EINTR      4
  10. #define  EIO        5
  11. #define  ENXIO      6
  12. #define  E2BIG      7
  13. #define  ENOEXEC    8
  14. #define  EBADF      9
  15. #define  ECHILD    10
  16. #define  EAGAIN    11
  17. #define  ENOMEM    12
  18. #define  EACCES    13
  19. #define  EFAULT    14
  20. #define  ENOTBLK   15
  21. #define  EBUSY     16
  22. #define  EEXIST    17
  23. #define  EXDEV     18
  24. #define  ENODEV    19
  25. #define  ENOTDIR   20
  26. #define  EISDIR    21
  27. #define  EINVAL    22
  28. #define  ENFILE    23
  29. #define  EMFILE    24
  30. #define  ENOTTY    25
  31. #define  ETXTBSY   26
  32. #define  EFBIG     27
  33. #define  ENOSPC    28
  34. #define  ESPIPE    29
  35. #define  EROFS     30
  36. #define  EMLINK    31
  37. #define  EPIPE     32
  38. #define  EDOM      33
  39. #define  ERANGE    34
  40. #define  EUCLEAN   35
  41. #define  EDEADLOCK 36
  42.  
  43. #define ESTALE        101
  44. #define    EWOULDBLOCK    90
  45. #define EDQUOT        110
  46. #define    ENOTEMPTY    145
  47. #define    ENAMETOOLONG    78
  48.