/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef ←←PCR←wait←h #define ←←PCR←wait←h 1 #include <sys/types.h> #include <host/sys/wait.h> extern pid←t PCR←wait(int *loc); extern pid←t PCR←waitpid(pid←t pid, int *loc, int opts); #ifndef PCR←NO←RENAME # undef wait # undef waitpid # define wait PCR←wait # define waitpid PCR←waitpid #endif #endif /* !←←PCR←wait←h */ /* $Log$ */