windows-nt/Source/XPSP1/NT/base/subsys/posix/inc/psxalpha.h
2020-09-26 16:20:57 +08:00

28 lines
412 B
C

/*++
Copyright (c) 1990 Microsoft Corporation
Copyright (c) 1993 Digital Equipment Corporation
Module Name:
psxalpha.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)