Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / fixincludes / tests / base / unistd.h
blob98e8c34b8caf10ac94b2358c0e8967b1f9b2b8a9
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/unistd.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( ALPHA_SBRK_CHECK )
13 extern void *sbrk(ptrdiff_t increment);
14 #endif /* ALPHA_SBRK_CHECK */
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 */
26 #if defined( ULTRIX_UNISTD_CHECK )
27 @(#)unistd.h 6.1 (ULTRIX)
28 getgroups(),
29 getpagesize(),
30 fork(),
31 vfork(),
33 #endif /* ULTRIX_UNISTD_CHECK */