mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* fix definition of function pointer to be passed to pthread_create
git-svn-id: trunk@16267 -
This commit is contained in:
parent
a5d7d58f47
commit
88687b2125
@ -90,7 +90,7 @@ type
|
||||
|
||||
// procedural types used in parameters to pthread functions
|
||||
|
||||
TStartRoutine = function (_para1:pointer): cint; cdecl;
|
||||
TStartRoutine = function (_para1:pointer): Pointer; cdecl;
|
||||
TKeyValueDestructor = procedure(ValueInKey: Pointer); cdecl;
|
||||
TInitOnceProc = Procedure;cdecl;
|
||||
TForkHandler = procedure; cdecl;
|
||||
|
Loading…
Reference in New Issue
Block a user