]> granicus.if.org Git - strace/commitdiff
2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Apr 2008 19:07:23 +0000 (19:07 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Apr 2008 19:07:23 +0000 (19:07 +0000)
* linux/errnoent.h: Update errno list based on latest
linux/errno.h and asm-generic/errno*.h files.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
linux/errnoent.h

index 2d4087155fc366726da871bf221690c0e9604344..c78a5a8fdb514ad6c6583e01a679cf757c387157 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-04-19  Dmitry V. Levin <ldv@altlinux.org>
 
+       * linux/errnoent.h: Update errno list based on latest
+       linux/errno.h and asm-generic/errno*.h files.
+       Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+
        * signalent.sh: Fix sort(1) old-style options.
        * syscallent.sh: Likewise.
        Signed-off-by: Mike Frysinger <vapier@gentoo.org>
index 68b2adca064d68a68bb4ed1bc86eb16231c535c3..8ede8bc55737e1abab6d53b0036037b2e795592a 100644 (file)
        "EDQUOT", /* 122 */
        "ENOMEDIUM", /* 123 */
        "EMEDIUMTYPE", /* 124 */
-       "ERRNO_125", /* 125 */
-       "ERRNO_126", /* 126 */
-       "ERRNO_127", /* 127 */
-       "ERRNO_128", /* 128 */
-       "ERRNO_129", /* 129 */
-       "ERRNO_130", /* 130 */
-       "ERRNO_131", /* 131 */
+       "ECANCELED", /* 125 */
+       "ENOKEY", /* 126 */
+       "EKEYEXPIRED", /* 127 */
+       "EKEYREVOKED", /* 128 */
+       "EKEYREJECTED", /* 129 */
+       "EOWNERDEAD", /* 130 */
+       "ENOTRECOVERABLE", /* 131 */
        "ERRNO_132", /* 132 */
        "ERRNO_133", /* 133 */
        "ERRNO_134", /* 134 */
        "ERESTARTNOINTR", /* 513 */
        "ERESTARTNOHAND", /* 514 */
        "ENOIOCTLCMD", /* 515 */
-       "ERRNO_516", /* 516 */
+       "ERESTART_RESTARTBLOCK", /* 516 */
        "ERRNO_517", /* 517 */
        "ERRNO_518", /* 518 */
        "ERRNO_519", /* 519 */
        "ESERVERFAULT", /* 526 */
        "EBADTYPE", /* 527 */
        "EJUKEBOX", /* 528 */
+       "EIOCBQUEUED", /* 529 */
+       "EIOCBRETRY", /* 530 */