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 f1619f9..723a8c5 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 de12a15..32eaf08 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 ec9c4a7..7e26fec 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