diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:54:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:54:50 +0000 |
commit | d3f5b32ae4287a59114e252637c7a3310488de05 (patch) | |
tree | d3cf4cace3a22e5b33f8b81cf96eb9727d4cc2a5 /libc/sysdeps/linux/common/ssp.c | |
parent | 7d37f33c752af230b5e6fcd9c35a03cd4c22724a (diff) | |
download | uClibc-alpine-d3f5b32ae4287a59114e252637c7a3310488de05.tar.bz2 uClibc-alpine-d3f5b32ae4287a59114e252637c7a3310488de05.tar.xz |
- synch r25316:25325 from trunk
Diffstat (limited to 'libc/sysdeps/linux/common/ssp.c')
-rw-r--r-- | libc/sysdeps/linux/common/ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c index 8a84e4893..8682ddcf2 100644 --- a/libc/sysdeps/linux/common/ssp.c +++ b/libc/sysdeps/linux/common/ssp.c @@ -63,7 +63,7 @@ static void block_signals(void) sigaction(SSP_SIGTYPE, &sa, NULL); } -static void ssp_write(int fd, const char *msg1, const char *msg2, const char *msg3) __cold +static void __cold ssp_write(int fd, const char *msg1, const char *msg2, const char *msg3) { write(fd, msg1, strlen(msg1)); write(fd, msg2, strlen(msg2)); |