diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 24511664b7..882d3e9b29 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2007-05-10 Ulrich Drepper <drepper@redhat.com> + * descr.h (struct pthread): Rearrange members to fill hole in + 64-bit layout. + * sysdeps/unix/sysv/linux/pthread_setaffinity.c (__pthread_setaffinity_new): If syscall was successful and RESET_VGETCPU_CACHE is defined, use it before returning. |