wait.h 494 B

1234567891011121314151617181920
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/wait.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( AIX_SYSWAIT_2_CHECK )
  7. #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
  8. #endif /* AIX_SYSWAIT_2_CHECK */
  9. #if defined( NEXT_WAIT_UNION_CHECK )
  10. extern pid_d wait(void*);
  11. #endif /* NEXT_WAIT_UNION_CHECK */