From d5c32667ad11ff38dc46be527266297b38a341d1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 3 Dec 2008 14:04:03 +0000 Subject: Synch with trunk @ 24242 Step 18: some more synch: hidden_proto, size reduction and signal handling changes. --- libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c index 6cd0f09c1..31d614b40 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c @@ -76,7 +76,7 @@ __attribute__ ((noinline)) change_sigmask (int how, sigset_t *oss) { sigset_t ss; - sigfillset (&ss); + __sigfillset (&ss); return pthread_sigmask (how, &ss, oss); } -- cgit v1.2.3