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:
Ulrich Drepper 2003-09-25 22:01:15 +00:00
parent a0788ec48c
commit 55715bfca6
3 changed files with 10 additions and 2 deletions

View File

@ -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

View 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>

View 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