Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASM_POWERPC_ERRNO_H
0003 #define _ASM_POWERPC_ERRNO_H
0004 
0005 #undef  EDEADLOCK
0006 #include <asm-generic/errno.h>
0007 
0008 #undef  EDEADLOCK
0009 #define EDEADLOCK   58  /* File locking deadlock error */
0010 
0011 #endif  /* _ASM_POWERPC_ERRNO_H */