]> sourceware.org Git - glibc.git/commit
htl: Fix calling pthread_exit in the child of a fork
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 16:01:06 +0000 (17:01 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 9 Feb 2020 16:01:06 +0000 (17:01 +0100)
commit19a64d9f6eda12cd4b802aac470c645d208a1216
treef5d82caae5cdd7131aa9bdf1216c8b37cd55945b
parent3430ed09d3bef58dbf3fe18d87716236883599d8
htl: Fix calling pthread_exit in the child of a fork

We need to reset the threads counter, otherwise pthread_exit() would not
call exit(0).
sysdeps/mach/hurd/htl/pt-sysdep.c
This page took 0.038618 seconds and 5 git commands to generate.