The powerpc errno list is exactly the same as the common Linux one (except for 58). So update all the others to match latest Linux list.
Signed-off-by: Mike Frysinger <[email protected]> --- linux/powerpc/errnoent.h | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/linux/powerpc/errnoent.h b/linux/powerpc/errnoent.h index 22659a4..b24ae21 100644 --- a/linux/powerpc/errnoent.h +++ b/linux/powerpc/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 */ -- 1.6.1.3 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
