summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 15:26:56 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 15:26:56 +0000
commit8d3f61bd00ce138ddbeb27be7f4037ffd5366e83 (patch)
treea0700466a509bf36d7ac653f4bb163e8ff7585d5 /ldso/ldso/ldso.c
parent5f7659b83e3412e3f4a675e0b674428cab20043e (diff)
Do not create any files (dl-progname.h) in ldso anymore
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index fac66ba9d..65295a2f1 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -39,7 +39,7 @@
#define ALLOW_ZERO_PLTGOT
/* Pull in the value of _dl_progname */
-#include "dl-progname.h"
+#include LDSO_ELFINTERP
/* Global variables used within the shared library loader */
char *_dl_library_path = 0; /* Where we look for libraries */