Release 4.11 arch/powerpc/include/uapi/asm/errno.h
#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 | 45.00% | 1 | 25.00% |
Linus Torvalds (pre-git) | 8 | 40.00% | 2 | 50.00% |
Jon Loeliger | 3 | 15.00% | 1 | 25.00% |
Total | 20 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.