1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00
2004-04-13  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
This commit is contained in:
Ulrich Drepper
2004-04-16 19:29:42 +00:00
parent 78ce59f0f3
commit f93fa7d433
5 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2004-04-13 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
2004-04-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/mq_notify.c: New file.

View File

@@ -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;
}