glibc/linuxthreads/Examples
Ulrich Drepper 8a30f00fe8 Update.
2002-07-23  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/libc-tls.c: New file.
	* csu/Makefile (routines): Add libc-tls.
	(static-only-routines): Add libc-tls.
	* elf/dl-support.c (_dl_phdr): New variable.
	(_dl_phnum): New variable.
	(_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
	* sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
	for !SHARED.  First look through auxiliary vector.  If TLS always
	call __pthread_initialize_minimal.

	* sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
	in mmap call is never zero.
2002-07-23 23:12:01 +00:00
..
Makefile
ex1.c
ex2.c
ex3.c
ex4.c
ex5.c
ex6.c
ex7.c
ex8.c
ex9.c Update. 2002-07-11 02:59:49 +00:00
ex10.c Update. 2001-12-29 13:46:34 +00:00
ex11.c
ex12.c
ex13.c Update. 2001-12-29 13:46:34 +00:00
ex14.c
ex15.c Update. 2001-12-29 13:46:34 +00:00
ex16.c
ex17.c
ex18.c Include unistd.h for prototype of sleep. 2001-12-29 13:45:59 +00:00
tststatic.c Update. 2002-07-23 23:12:01 +00:00