2004-01-28 Roland McGrath <roland@redhat.com>

* config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
	procfs_xfer_auxv function.
This commit is contained in:
Roland McGrath 2004-02-01 22:35:22 +00:00
parent e2544d02e2
commit 90c119f48c
1 changed files with 3 additions and 0 deletions

View File

@ -77,3 +77,6 @@ extern void lin_thread_get_thread_signals (sigset_t *mask);
#define CHILD_POST_ATTACH
#define CHILD_FOLLOW_FORK
#define KILL_INFERIOR
#define NATIVE_XFER_AUXV procfs_xfer_auxv
#include "auxv.h" /* Declares it. */