mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2002-12-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS builds add "tls" in the search path. * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls". (path_hwcap): Recognize "tls". * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use __waitpid instead of waitpid.
This commit is contained in:
@@ -56,7 +56,7 @@ cancel_handler (void *arg)
|
||||
{
|
||||
__kill (SIGKILL, *(pid_t *) arg);
|
||||
|
||||
TEMP_FAILURE_RETRY (waitpid (*(pid_t *) arg, NULL, 0));
|
||||
TEMP_FAILURE_RETRY (__waitpid (*(pid_t *) arg, NULL, 0));
|
||||
|
||||
DO_LOCK ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user