mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-24 00:33:52 +02:00
* Fixed compilation on Linux after r15557
git-svn-id: trunk@15560 -
This commit is contained in:
parent
56d3739a03
commit
3e165e2dcf
@ -107,7 +107,7 @@ Type
|
|||||||
*)
|
*)
|
||||||
|
|
||||||
__start_routine_t = function (_para1:pointer):pointer;cdecl;
|
__start_routine_t = function (_para1:pointer):pointer;cdecl;
|
||||||
__destr_function_t = procedure (_para1:pointer);
|
__destr_function_t = procedure (_para1:pointer);cdecl;
|
||||||
{ t_pthread_cleanup_push_routine = procedure (_para1:pointer);
|
{ t_pthread_cleanup_push_routine = procedure (_para1:pointer);
|
||||||
t_pthread_cleanup_push_defer_routine = procedure (_para1:pointer);}
|
t_pthread_cleanup_push_defer_routine = procedure (_para1:pointer);}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user