diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-28 22:29:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-28 22:29:47 +0000 |
commit | bba446f7e9eb56a9117af5423b872f5de42e4740 (patch) | |
tree | 9ba5107b97f11e4480bda9e88a3ff9d5914e753e /ChangeLog | |
parent | 23195635ae74449727f8c07469b347bf884a37fa (diff) | |
download | glibc-bba446f7e9eb56a9117af5423b872f5de42e4740.tar.gz glibc-bba446f7e9eb56a9117af5423b872f5de42e4740.tar.xz glibc-bba446f7e9eb56a9117af5423b872f5de42e4740.zip |
* sysdeps/generic/bits/types.h (__STD_TYPE): New macro.
Use that instead of `typedef' when using __*_TYPE macros in rhs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6230ebefc6..e9910fcd00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-07-28 Roland McGrath <roland@redhat.com> + * sysdeps/generic/bits/types.h (__STD_TYPE): New macro. + Use that instead of `typedef' when using __*_TYPE macros in rhs. + * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. * elf/tst-tlsmod14a.c: Likewise. |