From 99af25c8b3289b44eadb1b2808cc730495002310 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 19 Apr 2008 19:07:23 +0000 Subject: [PATCH] 2008-04-19 Dmitry V. Levin * linux/errnoent.h: Update errno list based on latest linux/errno.h and asm-generic/errno*.h files. Signed-off-by: Mike Frysinger --- ChangeLog | 4 ++++ linux/errnoent.h | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d408715..c78a5a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-04-19 Dmitry V. Levin + * linux/errnoent.h: Update errno list based on latest + linux/errno.h and asm-generic/errno*.h files. + Signed-off-by: Mike Frysinger + * signalent.sh: Fix sort(1) old-style options. * syscallent.sh: Likewise. Signed-off-by: Mike Frysinger diff --git a/linux/errnoent.h b/linux/errnoent.h index 68b2adca..8ede8bc5 100644 --- a/linux/errnoent.h +++ b/linux/errnoent.h @@ -123,13 +123,13 @@ "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 */ @@ -514,7 +514,7 @@ "ERESTARTNOINTR", /* 513 */ "ERESTARTNOHAND", /* 514 */ "ENOIOCTLCMD", /* 515 */ - "ERRNO_516", /* 516 */ + "ERESTART_RESTARTBLOCK", /* 516 */ "ERRNO_517", /* 517 */ "ERRNO_518", /* 518 */ "ERRNO_519", /* 519 */ @@ -527,3 +527,5 @@ "ESERVERFAULT", /* 526 */ "EBADTYPE", /* 527 */ "EJUKEBOX", /* 528 */ + "EIOCBQUEUED", /* 529 */ + "EIOCBRETRY", /* 530 */ -- 2.40.0