diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-04 03:50:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-04 03:50:21 +0000 |
commit | a14f26ef6924a6795025f4193a3567b95b339b05 (patch) | |
tree | 45ba174eb4d5d12c46ae8244fc6b6ba4a92590c9 /linuxthreads | |
parent | c41f555e0c91588469586cb7fef23907582b2595 (diff) | |
download | glibc-a14f26ef6924a6795025f4193a3567b95b339b05.tar glibc-a14f26ef6924a6795025f4193a3567b95b339b05.tar.gz glibc-a14f26ef6924a6795025f4193a3567b95b339b05.tar.bz2 glibc-a14f26ef6924a6795025f4193a3567b95b339b05.zip |
* include/sys/resource.h: Use libc_hidden_proto for getpriority,
setpriority.
* sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
* sysdeps/mach/hurd/setpriority.c: Likewise.
* sysdeps/mach/hurd/getpriority.c: Likewise.
* sysdeps/generic/setpriority.c: Likewise.
* sysdeps/generic/getpriority.c: Likewise.
* include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
* malloc/mcheck.c: Add libc_hidden_def.
* include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
* misc/hsearch_r.c: Add libc_hidden_def.
* include/fnmatch.h: Use libc_hidden_proto for fnmatch.
* posix/fnmatch.c: Add libc_hidden_weak.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 95b2b916bb..2ff9fa7104 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,9 +1,12 @@ -2002-08-03 Ulrich Drepper <drepper@redhat.com> - - * sysdeps/pthread/bits/libc-tsd.h: Add _LIBC_TSD_KEY_LOCALE. - 2002-08-02 Roland McGrath <roland@redhat.com> + * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t): + Add _LIBC_TSD_KEY_LOCALE. + * manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]: + Call __uselocale to initialize our per-thread locale pointer to + the global one. + * pthread.c (__pthread_initialize_minimal): Likewise. + * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s. 2002-08-02 Ulrich Drepper <drepper@redhat.com> |