diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-16 01:38:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-16 01:38:30 +0000 |
commit | 026395a2a6cfeeb365d2a2993a1aebd6f58b1f95 (patch) | |
tree | bcf4394ef04307265da41b3b1f9ca63c35a273dd | |
parent | fccc1416f62460f8e610e383887265fe50304a3e (diff) | |
download | glibc-026395a2a6cfeeb365d2a2993a1aebd6f58b1f95.tar.gz glibc-026395a2a6cfeeb365d2a2993a1aebd6f58b1f95.tar.xz glibc-026395a2a6cfeeb365d2a2993a1aebd6f58b1f95.zip |
* sysdeps/pthread/configure.in: Barf if visibility attribute support
is missing. * sysdeps/pthread/configure: Regenerated.
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 233375cddb..0ebe4744bb 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-10-15 Roland McGrath <roland@redhat.com> + + * sysdeps/pthread/configure.in: Barf if visibility attribute support + is missing. + * sysdeps/pthread/configure: Regenerated. + 2003-10-09 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Completely revamp the |