summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/uapi/asm/errno.h
blob: e8b6b5f7de7c4b2548c6b2c39fee00f624d20036 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ASM_POWERPC_ERRNO_H
#define _ASM_POWERPC_ERRNO_H

#include <asm-generic/errno.h>

#undef	EDEADLOCK
#define	EDEADLOCK	58	/* File locking deadlock error */

#endif	/* _ASM_POWERPC_ERRNO_H */