diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
commit | 29514aade72d8a96937326a87bfe994f85896d94 (patch) | |
tree | 69677fda0bff76d3640a831244185e79752b8091 /ChangeLog | |
parent | 160bb4094514b41e70a4701235fb622c0061442b (diff) | |
download | glibc-29514aade72d8a96937326a87bfe994f85896d94.tar.gz glibc-29514aade72d8a96937326a87bfe994f85896d94.tar.xz glibc-29514aade72d8a96937326a87bfe994f85896d94.zip |
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
__libc_write, __libc_lseek64, to ... (ld: GLIBC_PRIVATE): ... here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4cd7184c28..fe0f90cc60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-09-24 Roland McGrath <roland@redhat.com> + * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read, + __libc_write, __libc_lseek64, to ... + (ld: GLIBC_PRIVATE): ... here. + * csu/Versions: Use %include <tls.h> to get USE_TLS defined. (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno. (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead. |