about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-pidfd.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add tst-pidfd.cAdhemerval Zanella2022-05-171-0/+172
To check for the pidfd functions pidfd_open, pidfd_getfd, pid_send_signal, and waitid with P_PIDFD. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>