1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
2002-12-31 06:54:17 +00:00
parent c1d3faf176
commit 89d6e44459
2 changed files with 13 additions and 5 deletions

View File

@ -136,9 +136,6 @@ sigcancel_handler (int sig __attribute ((unused)))
void
#ifdef SHARED
__attribute ((constructor))
#endif
__pthread_initialize_minimal_internal (void)
{
#ifndef SHARED