diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 21:47:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 21:47:59 +0000 |
commit | 719046c10b5d9da386298bd1432b5da91bc59023 (patch) | |
tree | 642d06b577e3017fb8a3083fba0a4d32943c341f /nptl/ChangeLog | |
parent | d804f5df602e6a348edcf7d2a2fe73b185bfbd34 (diff) | |
download | glibc-719046c10b5d9da386298bd1432b5da91bc59023.zip glibc-719046c10b5d9da386298bd1432b5da91bc59023.tar.gz glibc-719046c10b5d9da386298bd1432b5da91bc59023.tar.bz2 |
* sysdeps/ia64/tls.h (tcbhead_t): Rename private membe to __private.
* sysdeps/ia64/tcb-offsets.sym: Adjust for private->__private
rename in tcbhead_t.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 520e444..441bb01 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2006-01-06 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ia64/tls.h (tcbhead_t): Rename private membe to __private. + * sysdeps/ia64/tcb-offsets.sym: Adjust for private->__private + rename in tcbhead_t. + * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t): Don't give the union a name because it changes the mangled name. Instead name the struct for __data. |