summaryrefslogtreecommitdiffstats
path: root/private/posix/inc/psxmips.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/posix/inc/psxmips.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/private/posix/inc/psxmips.h b/private/posix/inc/psxmips.h
new file mode 100644
index 000000000..149dfcbbf
--- /dev/null
+++ b/private/posix/inc/psxmips.h
@@ -0,0 +1,27 @@
+
+/*++
+
+Copyright (c) 1990 Microsoft Corporation
+
+Module Name:
+
+ psxmips.h
+
+Abstract:
+
+ This module contains the Machine dependent definitions and macros
+ for the POSIX subsystem.
+
+Author:
+
+ Ellen Aycock-Wright (ellena) 06-Nov-1990
+
+Revision History:
+
+--*/
+
+#define PSX_FORK_RETURN 0x7777
+
+#define SetPsxForkReturn(c) \
+ (c.IntV0 = PSX_FORK_RETURN)
+