From f93fa7d43323e152df4e5e35d97c598581db4cb3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 16 Apr 2004 19:29:42 +0000 Subject: Update. 2004-04-13 Jakub Jelinek * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning. --- nptl/ChangeLog | 4 ++++ nptl/sysdeps/unix/sysv/linux/mq_notify.c | 1 + 2 files changed, 5 insertions(+) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 53fba00..d1f5229 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2004-04-13 Jakub Jelinek + + * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning. + 2004-04-12 Ulrich Drepper * sysdeps/unix/sysv/linux/mq-notify.c: New file. diff --git a/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/nptl/sysdeps/unix/sysv/linux/mq_notify.c index e231e59..2714fad 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; } -- cgit v1.1