Loading...
gen/errlst.c Libc-320 Libc-262.2.12
--- Libc/Libc-320/gen/errlst.c
+++ Libc/Libc-262.2.12/gen/errlst.c
@@ -168,12 +168,9 @@
 	"Bad executable (or shared library)",   /* 85 - EBADEXEC */
 	"Bad CPU type in executable",		/* 86 - EBADARCH */
 	"Shared library version mismatch",	/* 87 - ESHLIBVERS */
-	"Malformed Mach-o file",		/* 88 - EBADMACHO */
-	"Operation canceled",			/* 89 - ECANCELED */
-	"Identifier removed",			/* 90 - EIDRM */
-	"No message of desired type",		/* 91 - ENOMSG */
-	"Illegal byte sequence",		/* 92 - EILSEQ */
-	"Attribute not found",			/* 93 - ENOATTR */
+	"Malformed Mach-o file"			/* 88 - EBADMACHO */
 };
 
+int errno;
+
 const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);