mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 12:32:38 +02:00
12 lines
365 B
PHP
12 lines
365 B
PHP
|
|
|
|
function sysctl(__name:Plongint; __nlen:longint; __oldval:pointer; __oldlenp:Psize_t; __newval:pointer;
|
|
__newlen:size_t):longint;cdecl;external clib name 'sysctl';
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|