diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 20:16:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 20:16:11 +0000 |
commit | 217d45cd35c2558997942eacfe49684e460c9ee4 (patch) | |
tree | 038cdaf8c65bad4f761360878d7f2cfa320aa39f /nptl | |
parent | 16b7dc27a96826f2fe7ea738a7d97521c7f4f3dd (diff) | |
download | glibc-217d45cd35c2558997942eacfe49684e460c9ee4.tar.gz glibc-217d45cd35c2558997942eacfe49684e460c9ee4.tar.xz glibc-217d45cd35c2558997942eacfe49684e460c9ee4.zip |
* sysdeps/x86_64/bits/select.h: New file.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 79bf2d72ff..83df001f0a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2008-12-09 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h (pthread_cleanup_pop): Use { } as empty + loop body instead of ; to avoid gcc warnings. + (pthread_cleanup_pop_restore_np): Likewise. + Patch by Caolán McNamara <caolanm@redhat.com>. + 2008-12-09 Jakub Jelinek <jakub@redhat.com> * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the |