diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 09:33:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 09:33:33 +0000 |
commit | 1561bf636d195795688e81b19fd42cdc2f5e6975 (patch) | |
tree | ba2047a599d3518e6710d3c82d68c360eacef540 /ChangeLog | |
parent | 676fde70c8940888bed31881ec9d0fd5c34f9dc0 (diff) | |
download | glibc-1561bf636d195795688e81b19fd42cdc2f5e6975.tar.gz glibc-1561bf636d195795688e81b19fd42cdc2f5e6975.tar.xz glibc-1561bf636d195795688e81b19fd42cdc2f5e6975.zip |
Update.
* include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]: Redefine _IO_flockifle and _IO_funlockfile as inlines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6cbb3498eb..227655be5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-12-20 Ulrich Drepper <drepper@redhat.com> + * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]: + Redefine _IO_flockifle and _IO_funlockfile as inlines. + * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS builds add "tls" in the search path. * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls". |