projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2295b49
)
__GLIBC__ -> defined(__GLIBC__)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 23 Oct 2006 00:42:24 +0000
(
00:42
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 23 Oct 2006 00:42:24 +0000
(
00:42
-0000)
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index 868fa50e5edbbff0cde3903dea1b22d8a084f160..151d3a190524c0954ffdbb3ebe00e4bbf01131e4 100644
(file)
--- 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