about summary refs log tree commit diff
path: root/nptl/nptl_setxid.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-211-0/+279
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.