summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ssp.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-16 00:28:30 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-16 00:28:30 +0000
commit94e9dd95c28ad426f740fbd1629837ee48492521 (patch)
tree32af98c00aba024b9f5611b5e4ecc739292b9a9a /libc/sysdeps/linux/common/ssp.c
parent979f6e640a19d033896dfd387156770586788ced (diff)
Convert some users
Diffstat (limited to 'libc/sysdeps/linux/common/ssp.c')
-rw-r--r--libc/sysdeps/linux/common/ssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c
index 05e53c29d..ee9938650 100644
--- a/libc/sysdeps/linux/common/ssp.c
+++ b/libc/sysdeps/linux/common/ssp.c
@@ -71,7 +71,7 @@ static __always_inline void ssp_write(int fd, const char *msg1, const char *msg2
static __always_inline attribute_noreturn void terminate(void)
{
(void) kill(__getpid(), SSP_SIGTYPE);
- _exit(127);
+ _exit_internal(127);
}
void attribute_noreturn __stack_smash_handler(char func[], int damaged __attribute__ ((unused)));