summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/mq_notify.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-16 19:29:42 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-16 19:29:42 +0000
commitf93fa7d43323e152df4e5e35d97c598581db4cb3 (patch)
tree84b1addce69c2998c4f3772dea8af0dc08a0f018 /nptl/sysdeps/unix/sysv/linux/mq_notify.c
parent78ce59f0f3e848fa5aca76c5058cd0d6ae808872 (diff)
Update.
2004-04-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/mq_notify.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/mq_notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
index e231e591d1..2714fadb9d 100644
--- a/nptl/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
@@ -137,6 +137,7 @@ helper_thread (void *arg)
/* The only state we keep is the copy of the thread attributes. */
free (data.attr);
}
+ return NULL;
}