diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-28 11:08:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-28 11:08:46 +0000 |
commit | 27abf7a3239c71af0151d33b3b85141305c370bf (patch) | |
tree | b6454b09a6f7b6e029d561b317ce7c8375c9510d /linuxthreads | |
parent | 6c0b461a580a1547e20bd8885e8bbf67339bac6d (diff) | |
download | glibc-27abf7a3239c71af0151d33b3b85141305c370bf.tar.gz glibc-27abf7a3239c71af0151d33b3b85141305c370bf.tar.xz glibc-27abf7a3239c71af0151d33b3b85141305c370bf.zip |
* Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
to use $(filter ...) instead. Same bug fixed in aix conditionals. * locale/setlocale.c: Declare postload functions weak.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1114321127..0d3f95c1bb 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -8,7 +8,7 @@ __pthread_handles[0] and __pthread_handles[1]. * Makefile (libpthread-routines): Add pthandles (must be last). -2002-08-26 Brian Youmans <3diff@gnu.org> +2002-08-26 Brian Youmans <3diff@gnu.org> * Examples/ex10.c: Corrected version number in Lesser GPL copying permission notice from 2 to 2.1. |