patches/glibc/2.3.2/errlist-awk.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 02 19:40:54 2007 +0000 (2007-07-02)
changeset 197 9383bf4a2e2e
permissions -rw-r--r--
Get rid of eclipse fiels once and for all.
Homogenise the references to crosstool-NG:
- the project is named "crosstool-NG"
- the front-end is named "ct-ng"
- don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG")
Default action is to print help.
Don't speak of make rules when dumping help, just speak of actions.
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";