Add alternate implementation of waitpid() for systems that have wait4 but
authorDavid Dykstra <dwd@samba.org>
Wed, 3 Feb 1999 15:11:40 +0000 (15:11 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 3 Feb 1999 15:11:40 +0000 (15:11 +0000)
commite68f34816f462dea879082b69eb1df7cfb1b0c0f
tree974d73b3cc32b6f54389a812893118677bbc615e
parent716baed7ff23f949861f0eb369c013408e17f984
Add alternate implementation of waitpid() for systems that have wait4 but
not wait3, in particular Amdahl's SVR2-based UTS 2.1.2.  The code comes
from apache, but I contributed it to apache in the first place.
configure.in
lib/compat.c