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. --- linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/sysdeps/unix/sysv/linux') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c b/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c index e231e591d1..2714fadb9d 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c +++ b/linuxthreads/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.2.3