Files
Debian-9-Kernel/arch/powerpc/include/uapi/asm/errno.h
T
2023-05-02 09:58:35 +02:00

11 lines
215 B
C

#ifndef _ASM_POWERPC_ERRNO_H
#define _ASM_POWERPC_ERRNO_H
#undef EDEADLOCK
#include <asm-generic/errno.h>
#undef EDEADLOCK
#define EDEADLOCK 58 /* File locking deadlock error */
#endif /* _ASM_POWERPC_ERRNO_H */