summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-18 14:36:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-18 14:36:55 +0000
commit5ffc30ac873a193b37e6f3bfde022b94fc6fab0d (patch)
tree9854f6f9f9705d93a193f4cb2a15c08fe68e4c0f /libpthread/linuxthreads/sysdeps/unix/sysv/linux
parentaec95adbb445a6cb45e4609bc35f4fd0b3e67250 (diff)
downloaduClibc-alpine-5ffc30ac873a193b37e6f3bfde022b94fc6fab0d.tar.bz2
uClibc-alpine-5ffc30ac873a193b37e6f3bfde022b94fc6fab0d.tar.xz
Synch linuxthreds with trunk
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux')
-rw-r--r--libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c
index eace94c86..6cd0f09c1 100644
--- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c
@@ -196,7 +196,7 @@ init_mq_netlink (void)
if (err == 0)
{
- static int added_atfork;
+ static smallint added_atfork;
if (added_atfork == 0
&& pthread_atfork (NULL, NULL, reset_once) != 0)