27 lines
372 B
C
27 lines
372 B
C
|
|
||
|
/*++
|
||
|
|
||
|
Copyright (c) 1990 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
psxiaem.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 0x7777UL
|
||
|
|
||
|
#define SetPsxForkReturn(c) \
|
||
|
((c).IntV0 = PSX_FORK_RETURN)
|