Source code of Windows XP (NT5)
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.

26 lines
372 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. psxiaem.h
  5. Abstract:
  6. This module contains the Machine dependent definitions and macros
  7. for the POSIX subsystem.
  8. Author:
  9. Ellen Aycock-Wright (ellena) 06-Nov-1990
  10. Revision History:
  11. --*/
  12. #define PSX_FORK_RETURN 0x7777UL
  13. #define SetPsxForkReturn(c) \
  14. ((c).IntV0 = PSX_FORK_RETURN)