summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ssp.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-18 19:54:50 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-18 19:54:50 +0000
commitd3f5b32ae4287a59114e252637c7a3310488de05 (patch)
treed3cf4cace3a22e5b33f8b81cf96eb9727d4cc2a5 /libc/sysdeps/linux/common/ssp.c
parent7d37f33c752af230b5e6fcd9c35a03cd4c22724a (diff)
downloaduClibc-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.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 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));