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] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/*  DO NOT EDIT THIS FILE.
/*  DO NOT EDIT THIS FILE.
 
 
    It has been auto-edited by fixincludes from:
    It has been auto-edited by fixincludes from:
 
 
        "fixinc/tests/inc/unistd.h"
        "fixinc/tests/inc/unistd.h"
 
 
    This had to be done to correct non-standard usages in the
    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */
    original, manufacturer supplied header file.  */
 
 
 
 
 
 
#if defined( ALPHA_SBRK_CHECK )
#if defined( ALPHA_SBRK_CHECK )
extern void *sbrk(ptrdiff_t increment);
extern void *sbrk(ptrdiff_t increment);
#endif  /* ALPHA_SBRK_CHECK */
#endif  /* ALPHA_SBRK_CHECK */
 
 
 
 
#if defined( SOLARIS_UNISTD_CHECK )
#if defined( SOLARIS_UNISTD_CHECK )
#ident "@(#)unistd.h   1.33    95/08/28 SMI"
#ident "@(#)unistd.h   1.33    95/08/28 SMI"
extern int getpagesize();
extern int getpagesize();
extern pid_t getpgid(pid_t);
extern pid_t getpgid(pid_t);
extern int getpagesize();
extern int getpagesize();
extern int getpgid();
extern int getpgid();
#endif  /* SOLARIS_UNISTD_CHECK */
#endif  /* SOLARIS_UNISTD_CHECK */
 
 
 
 
#if defined( ULTRIX_UNISTD_CHECK )
#if defined( ULTRIX_UNISTD_CHECK )
@(#)unistd.h      6.1     (ULTRIX)
@(#)unistd.h      6.1     (ULTRIX)
        getgroups(),
        getgroups(),
        getpagesize(),
        getpagesize(),
        fork(),
        fork(),
        vfork(),
        vfork(),
 
 
#endif  /* ULTRIX_UNISTD_CHECK */
#endif  /* ULTRIX_UNISTD_CHECK */
 
 

powered by: WebSVN 2.1.0

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