errno.h 445 B

123456789101112131415161718
  1. #ifndef _PPC64_ERRNO_H
  2. #define _PPC64_ERRNO_H
  3. /*
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version
  7. * 2 of the License, or (at your option) any later version.
  8. */
  9. #include <asm-generic/errno.h>
  10. #undef EDEADLOCK
  11. #define EDEADLOCK 58 /* File locking deadlock error */
  12. #define _LAST_ERRNO 516
  13. #endif