mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 08:40:07 +00:00
Update.
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.
This commit is contained in:
parent
a0788ec48c
commit
55715bfca6
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user