2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / fixinc / tests / base / sys / wait.h
blobc0edf05f1cd832b21e94b12bbbedc8c56b38bebe
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/wait.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( AIX_SYSWAIT_CHECK )
13 /* bos325, */
14 struct rusage;
15 extern pid_t wait3();
16 /* pid_t wait3(int *, int, struct rusage *); */
17 #endif /* AIX_SYSWAIT_CHECK */
20 #if defined( NEXT_WAIT_UNION_CHECK )
21 extern pid_d wait(void*);
22 #endif /* NEXT_WAIT_UNION_CHECK */