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
..
ex1.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex2.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex3.c Update. 2000-11-20 17:40:29 +00:00
ex4.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex5.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex6.c Update. 2000-12-27 06:53:38 +00:00
ex7.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex8.c Update. 2000-11-20 17:40:29 +00:00
ex9.c Update. 2002-07-11 02:59:49 +00:00
ex10.c Update. 2001-12-29 13:46:34 +00:00
ex11.c Update. 2000-11-20 17:40:29 +00:00
ex12.c Update. 2000-12-27 06:53:38 +00:00
ex13.c Update. 2001-12-29 13:46:34 +00:00
ex14.c * Examples/ex13.c: Make local functions static. 2000-12-27 17:14:56 +00:00
ex15.c Update. 2001-12-29 13:46:34 +00:00
ex16.c Update. 2001-01-13 16:09:41 +00:00
ex17.c Update. 2001-07-31 20:32:01 +00:00
ex18.c Include unistd.h for prototype of sleep. 2001-12-29 13:45:59 +00:00
Makefile LinuxThreads library. 1998-03-11 12:42:25 +00:00
tststatic.c Update. 2002-07-23 23:12:01 +00:00