Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Sep 25, 2003
1 parent a0788ec commit 55715bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/i386/dl-procinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 55715bf

Please sign in to comment.