about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-tgkill.c
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Add the tgkill functionFlorian Weimer2019-05-141-0/+132
The tgkill function is sometimes used in crash handlers. <bits/signal_ext.h> follows the same approach as <bits/unistd_ext.h> (which was added for the gettid system call wrapper). Reviewed-by: Carlos O'Donell <carlos@redhat.com>