home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / brk.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  629 b   |  17 lines

  1. /*
  2.  *    @(#) brk.h 2.1 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. /* commands for brkctl */
  12. #define    BR_ARGSEG    0001    /* specified segment */
  13. #define    BR_NEWSEG    0002    /* new segment */
  14. #define    BR_IMPSEG    0003    /* implied segment - last data segment */
  15. #define BR_FREESEG    0004    /* free the specified segment */
  16. #define BR_HUGE        0100    /* do the specified command in huge context */
  17.