diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-28 21:50:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-28 21:50:26 +0000 |
commit | 23195635ae74449727f8c07469b347bf884a37fa (patch) | |
tree | d28e40206ffbbdca68592d09e88824a9653b4861 /ChangeLog | |
parent | cbb91e21b41fd79950512674de7c76fd24562764 (diff) | |
download | glibc-23195635ae74449727f8c07469b347bf884a37fa.tar.gz glibc-23195635ae74449727f8c07469b347bf884a37fa.tar.xz glibc-23195635ae74449727f8c07469b347bf884a37fa.zip |
* elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this.
* elf/tst-tlsmod14a.c: Likewise. * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <linux/compiler.h> before <linux/sysctl.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8cb8f94ceb..6230ebefc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-07-28 Roland McGrath <roland@redhat.com> + + * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. + * elf/tst-tlsmod14a.c: Likewise. + + * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <linux/compiler.h> + before <linux/sysctl.h>. + 2003-07-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/syscalls.list: time syscall never fails. |