OSDN Git Service

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