projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
618febd
)
[PARISC] Add ECANCELED to errno.h
author
Grant Grundler
<grundler@parisc-linux.org>
Sat, 22 Oct 2005 02:53:43 +0000
(22:53 -0400)
committer
Kyle McMartin
<kyle@parisc-linux.org>
Sat, 22 Oct 2005 02:53:43 +0000
(22:53 -0400)
add ECANCELED - SuSv3 wants one L. IB/SDP actually returns this error.
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/errno.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-parisc/errno.h
b/include/asm-parisc/errno.h
index 08464c4054717ce4722bc35627e7072afcd3ab58..e2f3ddc796be0082a685c43a40a1e42c10a69357 100644
(file)
--- a/
include/asm-parisc/errno.h
+++ b/
include/asm-parisc/errno.h
@@
-114,6
+114,7
@@
#define ENOTSUP 252 /* Function not implemented (POSIX.4 / HPUX) */
#define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */
+#define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */
/* for robust mutexes */
#define EOWNERDEAD 254 /* Owner died */