]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 Sep 2003 22:01:15 +0000 (22:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 Sep 2003 22:01:15 +0000 (22:01 +0000)
2003-09-25  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
sysdeps/i386/dl-procinfo.c instead of
sysdeps/unix/sysv/linux/i386/dl-procinfo.c.
* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid using
#include_next.

ChangeLog
sysdeps/unix/sysv/linux/i386/dl-procinfo.h
sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c

index f1619f9a906a3d9eb590666f60b4c48f272b5bc1..723a8c582e21be030d01e0c7c148a691dedf48d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
+       sysdeps/i386/dl-procinfo.c instead of
+       sysdeps/unix/sysv/linux/i386/dl-procinfo.c.
+       * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid using
+       #include_next.
+
 2003-09-25  Ulrich Drepper  <drepper@redhat.com>
 
        * posix/regcomp.c (peek_token): Remove recent changes for anchor
index de12a1522bbb8566636226e40548c05734c53b5c..32eaf08439026433dc00af906b4654538fee1136 100644 (file)
@@ -18,7 +18,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include_next <dl-procinfo.h>
+#include <sysdeps/i386/dl-procinfo.h>
 #include <ldsodefs.h>
 
 
index ec9c4a7eb7fee30ea511a631652e807392a3eb21..7e26fecb3a2cf1755924fa54411370c5dbc72f2a 100644 (file)
@@ -1,5 +1,5 @@
 #ifdef IS_IN_ldconfig
-#include <sysdeps/unix/sysv/linux/i386/dl-procinfo.c>
+#include <sysdeps/i386/dl-procinfo.c>
 #else
 #include <sysdeps/generic/dl-procinfo.c>
 #endif