glibc/sysdeps/unix/sysv
Adhemerval Zanella c5cbdacb8a Implement wait in terms of waitpid
The POSIX implementation is used as default and both BSD and Linux
version are removed.  It simplifies the implementation for
architectures that do not provide either __NR_waitpid or
__NR_wait4.

Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
2019-12-19 16:11:09 -03:00
..
linux Implement wait in terms of waitpid 2019-12-19 16:11:09 -03:00