diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-runtime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index ed1c337367..9b24c30841 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define IN_DL_RUNTIME 1 /* This can be tested in dl-machine.h. */ + #include <alloca.h> #include <stdlib.h> #include <unistd.h> |