aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wait4.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-04-14linux: wait4: Fix incorrect return value comparisonAlistair Francis1-10/+9
2020-04-02linux: Use long time_t for wait4/getrusageAlistair Francis1-2/+48
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella1-0/+1
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella1-0/+84