errno.h 180 B

1234567891011
  1. #ifndef _PPC_ERRNO_H
  2. #define _PPC_ERRNO_H
  3. #include <asm-generic/errno.h>
  4. #undef EDEADLOCK
  5. #define EDEADLOCK 58 /* File locking deadlock error */
  6. #define _LAST_ERRNO 516
  7. #endif