mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 06:38:13 +02:00
10 lines
344 B
PHP
10 lines
344 B
PHP
|
|
function setfsuid(__uid:__uid_t):longint;cdecl;external clib name 'setfsuid';
|
|
function setfsgid(__gid:__gid_t):longint;cdecl;external clib name 'setfsgid';
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|