diff options
Diffstat (limited to 'gcc/fixinc/tests/base/sys/wait.h')
-rw-r--r-- | gcc/fixinc/tests/base/sys/wait.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/sys/wait.h b/gcc/fixinc/tests/base/sys/wait.h new file mode 100644 index 0000000..943fe2f --- /dev/null +++ b/gcc/fixinc/tests/base/sys/wait.h @@ -0,0 +1,13 @@ + + +#if defined( AIX_SYSWAIT_CHECK ) +/* bos325, */ +struct rusage; +extern pid_t wait3(); +/* pid_t wait3(int *, int, struct rusage *); */ +#endif /* AIX_SYSWAIT_CHECK */ + + +#if defined( NEXT_WAIT_UNION_CHECK ) +extern pid_d wait(void*); +#endif /* NEXT_WAIT_UNION_CHECK */ |