patches/glibc/2.3.2/errlist-awk.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat May 19 22:54:20 2007 +0000 (2007-05-19)
changeset 109 d95ccd73ed92
permissions -rw-r--r--
Fix adding versions for the core C compiler.
yann@1
     1
--- glibc-2.3.2/sysdeps/gnu/errlist.awk.old	Tue May 27 18:10:37 2003
yann@1
     2
+++ glibc-2.3.2/sysdeps/gnu/errlist.awk	Tue May 27 18:10:47 2003
yann@1
     3
@@ -39,7 +39,7 @@
yann@1
     4
 
yann@1
     5
     print "/* This file is generated from errno.texi by errlist.awk.  */"
yann@1
     6
     print "";
yann@1
     7
-    print "#include <errno.h>";
yann@1
     8
+    print "#include <stdlib/errno.h>";
yann@1
     9
     print "#include <libintl.h>";
yann@1
    10
     print "";
yann@1
    11
     print "#ifndef ERR_REMAP";