mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 07:42:29 +02:00
17 lines
450 B
PHP
17 lines
450 B
PHP
|
|
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;external clib name 'ulimit';
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|