mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-17 05:11:21 +03:00
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>