summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorBernd Schmidt <bernds_cb1@t-online.de>2007-11-23 17:09:54 +0000
committerBernd Schmidt <bernds_cb1@t-online.de>2007-11-23 17:09:54 +0000
commite17b3fdaff742b9a9145d1184fd10819f1af5f79 (patch)
tree601e2bd5aa81987c609ac2d8bad2288402789652 /ldso
parent12d01123e8a063924c9c51d6bf6d3127ebd7a36e (diff)
Change test for a define that got renamed a while ago.
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/bfin/elfinterp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/bfin/elfinterp.c b/ldso/ldso/bfin/elfinterp.c
index 792c45c21..02d250d97 100644
--- a/ldso/ldso/bfin/elfinterp.c
+++ b/ldso/ldso/bfin/elfinterp.c
@@ -346,7 +346,7 @@ _dl_parse_copy_information
return 0;
}
-#ifndef LIBDL
+#ifndef IS_IN_libdl
# include "../../libc/sysdeps/linux/bfin/crtreloc.c"
#endif