Fix missing audit_syscall_exit() on ppc64 sigsuspend exit path
[linux-2.6/verdex.git] / include / asm-ppc / errno.h
blob19f20bd41ae6184e4851fbf638f05c25de19a612
1 #ifndef _PPC_ERRNO_H
2 #define _PPC_ERRNO_H
4 #include <asm-generic/errno.h>
6 #undef EDEADLOCK
7 #define EDEADLOCK 58 /* File locking deadlock error */
9 #define _LAST_ERRNO 516
11 #endif