1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2000-04-27  Ulrich Drepper  <drepper@redhat.com>

	* elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
	if this function is available.

	* sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
	all values.

	<haible@clisp.cons.org>.
This commit is contained in:
Ulrich Drepper
2000-04-27 20:18:02 +00:00
parent 78477e4843
commit 3300816c38
8 changed files with 58 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
2000-04-24 Mark Kettenis <kettenis@gnu.org>
* td_thr_get_info.c (td_thr_get_info): Set ti_state to
TD_THR_ACTIVE instead of TD_THR_RUN. If the thread is no longer
running but is still joinable, set it to TD_THR_ZOMBIE. Otherwise
set it to TD_THR_UNKNOWN.
2000-02-25 Andreas Jaeger <aj@suse.de>
* td_ta_thr_iter.c: Include <alloca.h> for prototype declaration.