aboutsummaryrefslogtreecommitdiff
path: root/nptl/nptl_setxid.c
AgeCommit message (Collapse)Author
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer
The signal handler is exported as __nptl_setxid_sighandler, so that the libpthread initialization code can install it. This is sufficient for now because it is guarantueed to happen before the first pthread_create call.