00001 /* DO NOT EDIT THIS FILE. 00002 00003 It has been auto-edited by fixincludes from: 00004 00005 "fixinc/tests/inc/sys/wait.h" 00006 00007 This had to be done to correct non-standard usages in the 00008 original, manufacturer supplied header file. */ 00009 00010 00011 00012 #if defined( AIX_SYSWAIT_CHECK ) 00013 /* bos325, */ 00014 struct rusage; 00015 extern pid_t wait3(); 00016 /* pid_t wait3(int *, int, struct rusage *); */ 00017 #endif /* AIX_SYSWAIT_CHECK */ 00018 00019 00020 #if defined( NEXT_WAIT_UNION_CHECK ) 00021 extern pid_d wait(void*); 00022 #endif /* NEXT_WAIT_UNION_CHECK */
1.5.6