1 /* 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 */ 34