summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-startup.c
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-10-06 06:59:57 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-10-06 06:59:57 +0000
commite93138024a06eab6edeaa542c4660d246ef2cfce (patch)
treebe0ec2d49eea210ee478dfc2ab6ddb165cfcb5c4 /ldso/ldso/dl-startup.c
parent2e0531ba98a9c72edfeeafb061a38571e9522c49 (diff)
Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__
From Peter Mazinger.
Diffstat (limited to 'ldso/ldso/dl-startup.c')
-rw-r--r--ldso/ldso/dl-startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c
index 4b446edac..0055435d2 100644
--- a/ldso/ldso/dl-startup.c
+++ b/ldso/ldso/dl-startup.c
@@ -302,7 +302,7 @@ found_got:
SEND_STDERR("done scanning DYNAMIC section\n");
#endif
-#ifndef FORCE_SHAREABLE_TEXT_SEGMENTS
+#ifndef __FORCE_SHAREABLE_TEXT_SEGMENTS__
/* Ugly, ugly. We need to call mprotect to change the protection of
the text pages so that we can do the dynamic linking. We can set the
protection back again once we are done */