brintos

brintos / linux-shallow public Read only

0
0
Text · 278 B · 4ba87de Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef _ASM_POWERPC_ERRNO_H3#define _ASM_POWERPC_ERRNO_H4 5#undef	EDEADLOCK6#include <asm-generic/errno.h>7 8#undef	EDEADLOCK9#define	EDEADLOCK	58	/* File locking deadlock error */10 11#endif	/* _ASM_POWERPC_ERRNO_H */12