summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-02-26 19:20:18 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-03 18:22:48 +0100
commitdf25e26ca756038711354a32f7765ee6fa75b2ec (patch)
tree080060b7d0ab9b942da3ff98856b23beb92f6f5b /ldso/ldso/ldso.c
parent624be66cb9b350d5c6538fca8592cdb3a4c23d37 (diff)
syntax fix
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index ea4ad0f1c..89af5a505 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -110,7 +110,7 @@ uintptr_t __stack_chk_guard attribute_relro;
# ifdef __UCLIBC_HAS_SSP_COMPAT__
strong_alias(__stack_chk_guard,__guard)
# endif
-# elif __UCLIBC_HAS_SSP_COMPAT__
+# elif defined __UCLIBC_HAS_SSP_COMPAT__
uintptr_t __guard attribute_relro;
# endif
#endif