diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-16 04:46:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-16 04:46:58 +0000 |
commit | 81fa937122f9982965b99837dc5942184f8c2ff7 (patch) | |
tree | 9a9b175839e3ff0d27af2999d419f7f727409a2a /nptl/ChangeLog | |
parent | 2ae920eda680512be4c8a28cc9904d16889e4897 (diff) | |
download | glibc-81fa937122f9982965b99837dc5942184f8c2ff7.tar glibc-81fa937122f9982965b99837dc5942184f8c2ff7.tar.gz glibc-81fa937122f9982965b99837dc5942184f8c2ff7.tar.bz2 glibc-81fa937122f9982965b99837dc5942184f8c2ff7.zip |
Update.
* init.c (__pthread_initialize_minimal_internal): Renamed from
__pthread_initialize_minimal. Make old name an alias. This
converts a normal relocation into a relative relocation.
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 a460d611e5..a291a07d57 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2002-12-15 Ulrich Drepper <drepper@redhat.com> + * init.c (__pthread_initialize_minimal_internal): Renamed from + __pthread_initialize_minimal. Make old name an alias. This + converts a normal relocation into a relative relocation. + * pt-fcntl.c (__fcntl): Use fcntl64 syscall, not fcntl. * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect, |