ftp.nice.ch/pub/next/developer/languages/modula/SRC-m3.3.N.b.tar.gz#/usr/local/lib/m3/pkg/libm3/src/Csupport/NEXT/waitpid.c

This is waitpid.c in view mode; [Download] [Up]

#include <sys/types.h>
#include <sys/wait.h>

int
waitpid(int pid, int *stat_loc, int options)
{
	return wait4(pid, (union wait *)stat_loc, options, (struct rusage *)0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.