mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 02:56:19 +02:00
10 lines
346 B
PHP
10 lines
346 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
|