mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/unix/sysv/linux/execve.c: New file. This version terminates all threads [PR libc/1223].
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
1999-08-19 Ulrich Drepper <drepper@cygnus.com>
|
1999-08-19 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/execve.c: New file. This version terminates
|
||||||
|
all threads [PR libc/1223].
|
||||||
|
|
||||||
* elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero.
|
* elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero.
|
||||||
[PR libc/1165].
|
[PR libc/1165].
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
1999-08-19 Ulrich Drepper <drepper@cygnus.com>
|
1999-08-19 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* pthread.c (__pthread_reset_main_thread): Reset signal handlers
|
* pthread.c (__pthread_reset_main_thread): Reset signal handlers
|
||||||
for the signals we used in the thread implementation.
|
for the signals we used in the thread implementation [PR libc/1234].
|
||||||
|
|
||||||
* Versions: Export __pthread_kill_other_threads_np from libpthread
|
* Versions: Export __pthread_kill_other_threads_np from libpthread
|
||||||
for GLIBC_2.1.2.
|
for GLIBC_2.1.2.
|
||||||
|
Reference in New Issue
Block a user