blob: 4ba87de32be0026a8843e72ac36ae4e723011eee [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _ASM_POWERPC_ERRNO_H
3#define _ASM_POWERPC_ERRNO_H
4
5#undef EDEADLOCK
6#include <asm-generic/errno.h>
7
8#undef EDEADLOCK
9#define EDEADLOCK 58 /* File locking deadlock error */
10
11#endif /* _ASM_POWERPC_ERRNO_H */