gcc:
[official-gcc.git] / fixincludes / tests / base / sys / wait.h
blob556277cc46724b26a1c2cbe991c855d8502f9083
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_2_CHECK )
13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
14 #endif /* AIX_SYSWAIT_2_CHECK */
17 #if defined( NEXT_WAIT_UNION_CHECK )
18 extern pid_d wait(void*);
19 #endif /* NEXT_WAIT_UNION_CHECK */