1 /* DO NOT EDIT THIS FILE. 2 3 It has been auto-edited by fixincludes from: 4 5 "fixinc/tests/inc/sys/wait.h" 6 7 This had to be done to correct non-standard usages in the 8 original, manufacturer supplied header file. */ 9 10 11 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 */ 18 19 20 #if defined( NEXT_WAIT_UNION_CHECK ) 21 extern pid_d wait(void*); 22 #endif /* NEXT_WAIT_UNION_CHECK */ 23