1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +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

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