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( AIX_SYSWAIT_2_CHECK ) 21 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) 22 #endif /* AIX_SYSWAIT_2_CHECK */ 23 24 25 #if defined( NEXT_WAIT_UNION_CHECK ) 26 extern pid_d wait(void*); 27 #endif /* NEXT_WAIT_UNION_CHECK */ 28