about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wait4.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* linux: wait4: Fix incorrect return value comparisonAlistair Francis2020-04-141-10/+9
* linux: Use long time_t for wait4/getrusageAlistair Francis2020-04-021-2/+48
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-191-0/+1
* linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella2019-12-191-0/+84