diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-02 01:53:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-02 01:53:44 +0000 |
commit | cfbc71d7ddf4393f00ff210998fe60f2464852b0 (patch) | |
tree | c2ddba19354ff814c5b63ef8665d3a403e278232 /ChangeLog | |
parent | bde40c2f9ac07a40135e845b84fd0e470a562f65 (diff) | |
download | glibc-cfbc71d7ddf4393f00ff210998fe60f2464852b0.tar glibc-cfbc71d7ddf4393f00ff210998fe60f2464852b0.tar.gz glibc-cfbc71d7ddf4393f00ff210998fe60f2464852b0.tar.bz2 glibc-cfbc71d7ddf4393f00ff210998fe60f2464852b0.zip |
* sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
in place of [!(USE_TLS && HAVE___THREAD)].
(__errno_location) [! USE___THREAD]: Define as strong, not weak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-11-01 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional + in place of [!(USE_TLS && HAVE___THREAD)]. + (__errno_location) [! USE___THREAD]: Define as strong, not weak. + 2002-10-31 Roger Sayle <roger@eyesopen.com> * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q): |