errno.h 198 B

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