From: Ulrich Drepper Date: Tue, 31 Dec 2002 06:54:17 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d6e4445954aee95d02b84db7af7fa0cca93195;p=thirdparty%2Fglibc.git 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. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c8efcfb2c40..3d527a959a0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +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/. + 2002-12-28 Andreas Jaeger * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for @@ -9,8 +21,7 @@ * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for structs stat and stat64. * time/time.h (__timespec_defined): Define for __USE_MISC. - * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct - stat. + * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat. 2002-12-30 Jakub Jelinek diff --git a/nptl/init.c b/nptl/init.c index 8da87c5dce9..b1d9a8a9381 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