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 f92d80c496..7f96519f64 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-18 Ulrich Drepper <drepper@redhat.com> + * pthread_create.c (deallocate_tsd): Mark as internal_function. + Add some more __builtin_expect. + * pthreadP.h: Define dummy versio of DEBUGGING_P. 2003-02-17 Ulrich Drepper <drepper@redhat.com> |