[PATCH] ENOATTR and EDOOFUS

Robert Millan rmh@aybabtu.com
Tue Nov 15 09:40:00 GMT 2005


Hi,

Please consider adding these error codes (needed for GNU/kFreeBSD):

2005-11-15  Robert Millan  <robertmh@gnu.org>

        * manual/errno.texi: Add ENOATTR and EDOOFUS (of BSD origin).
        * sysdeps/gnu/errlist.c: Regenerate.

-- 
Robert Millan
-------------- next part --------------

2005-11-15  Robert Millan  <robertmh@gnu.org>

	* manual/errno.texi: Add ENOATTR and EDOOFUS (of BSD origin).
	* sysdeps/gnu/errlist.c: Regenerate.

diff -ur libc.old/manual/errno.texi libc/manual/errno.texi
--- libc.old/manual/errno.texi	2004-11-06 00:02:05.000000000 +0100
+++ libc/manual/errno.texi	2005-08-21 17:37:15.000000000 +0200
@@ -991,6 +991,21 @@
 error; @pxref{Cancel AIO Operations}.
 @end deftypevr
 
+@comment errno.h
+@comment BSD: Attribute not found
+@deftypevr Macro int ENOATTR
+@comment errno ???/???
+The specified extended attribute does not exist.
+@end deftypevr
+
+@comment errno.h
+@comment BSD: Programming error
+@deftypevr Macro int EDOOFUS
+@comment errno ???/???
+A function or API is being abused in a way which could only be detected
+at run-time.
+@end deftypevr
+
 
 @emph{The following error codes are defined by the Linux/i386 kernel.
 They are not yet documented.}


More information about the Libc-alpha mailing list