mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -136,9 +136,6 @@ sigcancel_handler (int sig __attribute ((unused)))
|
||||
|
||||
|
||||
void
|
||||
#ifdef SHARED
|
||||
__attribute ((constructor))
|
||||
#endif
|
||||
__pthread_initialize_minimal_internal (void)
|
||||
{
|
||||
#ifndef SHARED
|
||||
|
Reference in New Issue
Block a user