about summary refs log tree commit diff
path: root/nptl/tst-thread-affinity-sched.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-201-0/+36
The stubs for pthread_getaffinity_np, pthread_getname_np, pthread_setaffinity_np, pthread_setname_np are replaced, and corresponding tests are moved. After the removal of the NaCl port, nptl is Linux-specific, and the stubs are no longer needed. This effectively reverts commit c76d1ff5149bd03210f2bb8cd64446c51618d016 ("NPTL: Add stubs for Linux-only extension functions."). Reviewed-by: Carlos O'Donell <carlos@redhat.com>