diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 06:54:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 06:54:17 +0000 |
commit | 89d6e4445954aee95d02b84db7af7fa0cca93195 (patch) | |
tree | ae78a8efafb29195bcff26abf891aa0ac9e24b2f /nptl/init.c | |
parent | c1d3faf176931aa7e47ee7e17cff3b8f07a4835e (diff) | |
download | glibc-89d6e4445954aee95d02b84db7af7fa0cca93195.tar glibc-89d6e4445954aee95d02b84db7af7fa0cca93195.tar.gz glibc-89d6e4445954aee95d02b84db7af7fa0cca93195.tar.bz2 glibc-89d6e4445954aee95d02b84db7af7fa0cca93195.zip |
Update.
2002-12-30 Ulrich Drepper <drepper@redhat.com>
* init.c (__pthread_initialize_minimal_internal): Don't mark as
constructor.
2002-12-31 Jakub Jelinek <jakub@redhat.com>
* Makefile ($(inst_libdir)/libpthread.so): Depend on
$(common-objpfx)format.lds, include that into the output script.
Fix comment.
(extra-B-pthread.so): Change linuxthreads/ into nptl/.
* io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/init.c b/nptl/init.c index 8da87c5dce..b1d9a8a938 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -136,9 +136,6 @@ sigcancel_handler (int sig __attribute ((unused))) void -#ifdef SHARED -__attribute ((constructor)) -#endif __pthread_initialize_minimal_internal (void) { #ifndef SHARED |