diff options
| -rw-r--r-- | ldso/ldso/ldso.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 7d623cea5..46cc91c63 100644 --- a/ldso/ldso/ldso.c +++ b/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 | 
