From 433ccbdd22063df62307459bb9d73b2e9016a5db Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 21:14:23 +0000 Subject: Patch from Peter S. Mazinger: rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP --- libc/misc/internals/__uClibc_main.c | 4 ++-- libc/sysdeps/linux/common/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libc') diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index c41f7ccf2..33fc2ec68 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -24,7 +24,7 @@ #include #include #include -#ifdef __UCLIBC_PROPOLICE__ +#ifdef __UCLIBC_HAS_SSP__ extern void __guard_setup(void); #endif @@ -225,7 +225,7 @@ __uClibc_start_main(int argc, char **argv, char **envp, } #endif -#ifdef __UCLIBC_PROPOLICE__ +#ifdef __UCLIBC_HAS_SSP__ __guard_setup (); #endif diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 56a65797d..d1187cb7c 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -57,7 +57,7 @@ CSRC= __rt_sigtimedwait.c __socketcall.c __syscall_fcntl.c \ ifneq ($(strip $(EXCLUDE_BRK)),y) CSRC+=sbrk.c endif -ifeq ($(strip $(UCLIBC_PROPOLICE)),y) +ifeq ($(strip $(UCLIBC_HAS_SSP)),y) CSRC+=ssp.c endif -- cgit v1.2.3