diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-30 01:17:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-30 01:17:52 +0000 |
commit | 598d7a425644545bb0fc65bd747e7d4c6e95c4a1 (patch) | |
tree | 8cda578b4c982a6dd0fee57cdd1efecc2437bb46 /nptl | |
parent | e7da65456b13b1dda22773b028cfe34a1868204b (diff) | |
download | glibc-598d7a425644545bb0fc65bd747e7d4c6e95c4a1.tar glibc-598d7a425644545bb0fc65bd747e7d4c6e95c4a1.tar.gz glibc-598d7a425644545bb0fc65bd747e7d4c6e95c4a1.tar.bz2 glibc-598d7a425644545bb0fc65bd747e7d4c6e95c4a1.zip |
Update.
* forward.c: Make all functions available by default again. It
caused too much trouble.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8c775c91eb..0d75339175 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2002-12-29 Ulrich Drepper <drepper@redhat.com> + * forward.c: Make all functions available by default again. It + caused too much trouble. + * pt-siglongjmp.c: Removed. 2002-12-28 Jakub Jelinek <jakub@redhat.com> |