summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-gettid.c
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-081-0/+79
This commit adds gettid to <unistd.h> on Linux, and not to the kernel-independent GNU API. gettid is now supportable on Linux because too many things assume a 1:1 mapping between libpthread threads and kernel threads. Reviewed-by: Carlos O'Donell <carlos@redhat.com>