summaryrefslogtreecommitdiff
path: root/packages/libc/src/svlimith.inc
blob: 078791d669b7a418014ee744cbc4049188a3594a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

type
   __vlimit_resource = (
     LIM_NORAISE := 0,
     LIM_CPU := 1,
     LIM_FSIZE := 2,
     LIM_DATA := 3,
     LIM_STACK := 4,
     LIM_CORE := 5,
     LIM_MAXRSS := 6);

Const
     VLIMIT_INFINITY = $7fffffff;

function vlimit(__resource:__vlimit_resource; __value:longint):longint;cdecl;external clib name 'vlimit';


{ ---------------------------------------------------------------------
    Borland compatibility types
  ---------------------------------------------------------------------}

// Type