diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2007-11-23 17:09:54 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2007-11-23 17:09:54 +0000 |
commit | e17b3fdaff742b9a9145d1184fd10819f1af5f79 (patch) | |
tree | 601e2bd5aa81987c609ac2d8bad2288402789652 /ldso | |
parent | 12d01123e8a063924c9c51d6bf6d3127ebd7a36e (diff) |
Change test for a define that got renamed a while ago.
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/bfin/elfinterp.c | 2 |
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 |