diff options
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |