From 89d6e4445954aee95d02b84db7af7fa0cca93195 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Dec 2002 06:54:17 +0000 Subject: Update. 2002-12-30 Ulrich Drepper * init.c (__pthread_initialize_minimal_internal): Don't mark as constructor. 2002-12-31 Jakub Jelinek * 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. --- nptl/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nptl/init.c') 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 -- cgit v1.2.3