diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 05:34:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 05:34:04 +0000 |
commit | f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (patch) | |
tree | 20a37096cb752aabfc9dfce779bb744732668e3f /linuxthreads | |
parent | fc0154dd777997ff424b4dcde99404b8a3787110 (diff) | |
download | glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar.gz glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar.bz2 glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.zip |
Update.
* stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
It is known to be defined.
* include/string.h: Define index and rindex only if _ISOMAC is not
defined.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0b50f61757..37dd1ad103 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-08-07 Ulrich Drepper <drepper@redhat.com> + + * pthread.c (__linuxthreads_initial_report_events): New variable. + (__pthread_initialize_manager): Use it to initialize p_report_events + of initial thread. + [TLS]: Store pointer to descriptor of manager in __pthread_handles. + 2002-08-07 Roland McGrath <roland@redhat.com> * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with |