aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-23 00:42:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-23 00:42:24 +0000
commit7c4503d2238648989b79a51edba725d9beec3546 (patch)
treed16a2e9fb89348e860b286cd93c3a1de3274da35 /applets
parent2295b49169e87089e437806bbeeb0818bcba370f (diff)
downloadbusybox-7c4503d2238648989b79a51edba725d9beec3546.tar.gz
__GLIBC__ -> defined(__GLIBC__)
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 868fa50e5..151d3a190 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <assert.h>
-#if ENABLE_STATIC && __GLIBC__
+#if ENABLE_STATIC && defined(__GLIBC__)
#warning Static linking against glibc produces buggy executables
#warning (glibc doesn't cope well with ld --gc-sections).
#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400