blob: 0ee01a357a6b46e09c24fa3cabf274ab7307f316 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Const
UL_GETFSIZE = 1;
UL_SETFSIZE = 2;
__UL_GETMAXBRK = 3;
__UL_GETOPENMAX = 4;
function ulimit(__cmd:longint; args:array of const):longint;cdecl;external clib name 'ulimit';
function ulimit(__cmd:longint):longint;cdecl;varargs;external clib name 'ulimit';
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
// Type
|