OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [fixincludes/] [tests/] [base/] [sys/] [wait.h] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
/*  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 */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.