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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [fixincludes/] [tests/] [base/] [unistd.h] - Blame information for rev 841

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/unistd.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( ALPHA_SBRK_CHECK )
13
extern void *sbrk(ptrdiff_t increment);
14
#endif  /* ALPHA_SBRK_CHECK */
15
 
16
 
17
#if defined( SOLARIS_UNISTD_CHECK )
18
#ident "@(#)unistd.h   1.33    95/08/28 SMI"
19
extern int getpagesize();
20
extern pid_t getpgid(pid_t);
21
extern int getpagesize();
22
extern int getpgid();
23
#endif  /* SOLARIS_UNISTD_CHECK */
24
 
25
 
26
#if defined( ULTRIX_UNISTD_CHECK )
27
@(#)unistd.h      6.1     (ULTRIX)
28
        getgroups(),
29
        getpagesize(),
30
        fork(),
31
        vfork(),
32
 
33
#endif  /* ULTRIX_UNISTD_CHECK */

powered by: WebSVN 2.1.0

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