Просмотр исходного кода

- avoid warning about undefined preprocessor token

Bernhard Reutner-Fischer 15 лет назад
Родитель
Сommit
55ec096e3b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ldso/ldso/ldso.c

+ 1 - 1
ldso/ldso/ldso.c

@@ -104,7 +104,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