mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 13:08:49 +02:00
* "external;" added to pthreads.inc as per #14179.
git-svn-id: trunk@13437 -
This commit is contained in:
parent
ef1c033f49
commit
b43b3c4564
@ -174,7 +174,7 @@ Type
|
||||
function sem_close (__sem:Psem_t):longint;cdecl;external;
|
||||
function sem_unlink (__name:Pchar):longint;cdecl;external;
|
||||
function sem_wait (__sem:Psem_t):longint;cdecl;external;
|
||||
function sem_timedwait (__sem:Psem_t; __abs_timeout:ptimespec):longint;cdecl;
|
||||
function sem_timedwait (__sem:Psem_t; __abs_timeout:ptimespec):longint;cdecl;external;
|
||||
function sem_trywait (__sem:Psem_t):longint;cdecl;external;
|
||||
function sem_post (__sem:Psem_t):longint;cdecl;external;
|
||||
function sem_getvalue (__sem:Psem_t; __sval:Plongint):longint;cdecl;external;
|
||||
|
Loading…
Reference in New Issue
Block a user