summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ssp-local.c
AgeCommit message (Collapse)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-06-15ssp-local.c: make sure that -fstack-protector is not enabled when compiling filePeter S. Mazinger
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-06-15libc-internal.h: use a consistent prototype for __stack_chk_failPeter S. Mazinger
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-09Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger
2006-01-04one reloc less, uninline, should save some spacePeter S. Mazinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger