mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
376 B
27 lines
376 B
|
|
/*++
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
psxppc.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the Machine dependent definitions and macros
|
|
for the POSIX subsystem.
|
|
|
|
Author:
|
|
|
|
Pat Carr ([email protected]) 23-Jun-1994
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#define PSX_FORK_RETURN 0x7777
|
|
|
|
#define SetPsxForkReturn(c) \
|
|
(c.Gpr3 = PSX_FORK_RETURN)
|
|
|