aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.3.1/fixincludes/tests/base/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.3.1/fixincludes/tests/base/unistd.h')
-rw-r--r--gcc-4.3.1/fixincludes/tests/base/unistd.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc-4.3.1/fixincludes/tests/base/unistd.h b/gcc-4.3.1/fixincludes/tests/base/unistd.h
new file mode 100644
index 000000000..98e8c34b8
--- /dev/null
+++ b/gcc-4.3.1/fixincludes/tests/base/unistd.h
@@ -0,0 +1,33 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/unistd.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( ALPHA_SBRK_CHECK )
+extern void *sbrk(ptrdiff_t increment);
+#endif /* ALPHA_SBRK_CHECK */
+
+
+#if defined( SOLARIS_UNISTD_CHECK )
+#ident "@(#)unistd.h 1.33 95/08/28 SMI"
+extern int getpagesize();
+extern pid_t getpgid(pid_t);
+extern int getpagesize();
+extern int getpgid();
+#endif /* SOLARIS_UNISTD_CHECK */
+
+
+#if defined( ULTRIX_UNISTD_CHECK )
+@(#)unistd.h 6.1 (ULTRIX)
+ getgroups(),
+ getpagesize(),
+ fork(),
+ vfork(),
+
+#endif /* ULTRIX_UNISTD_CHECK */