Parcourir la source

syntax fix

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger il y a 13 ans
Parent
commit
df25e26ca7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ldso/ldso/ldso.c

+ 1 - 1
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