Release 4.14 arch/powerpc/include/uapi/asm/errno.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Stephen Rothwell | 9 | 42.86% | 1 | 20.00% |
Linus Torvalds (pre-git) | 8 | 38.10% | 2 | 40.00% |
Jon Loeliger | 3 | 14.29% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 20.00% |
Total | 21 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.