diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-04-26 09:24:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-04-26 09:24:41 +0000 |
commit | a421d762a8c85203259c9e7dc5b090e3fc098379 (patch) | |
tree | 0934c43bbf568183151db84f9e9d1b48a4c63a4e /nptl | |
parent | c86e6aec55e00afc6aca584b13ce8e64ff305d51 (diff) | |
download | glibc-a421d762a8c85203259c9e7dc5b090e3fc098379.tar.gz glibc-a421d762a8c85203259c9e7dc5b090e3fc098379.tar.xz glibc-a421d762a8c85203259c9e7dc5b090e3fc098379.zip |
Fix.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d88e60acd3..7b6cda27ab 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -4,8 +4,6 @@ sizeof (struct pthread). (allocate_stack): Subtract TLS_PRE_TCB_SIZE bytes instead of 1 struct pthread. - * sysdeps/pthread/createthread.c (create_thread): Use - p_multiple_threads macro if TLS_DTV_AT_TP. * sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define to 0. (TLS_INIT_TCB_ALIGN, TLS_TCB_ALIGN): Define to alignment of |