mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* Fix pthread_mutexattr_t type according to /usr/include/pthread_types.h
git-svn-id: trunk@20689 -
This commit is contained in:
parent
bb8be38607
commit
9d9a5013fd
@ -150,7 +150,10 @@ type
|
||||
pthread_t = pointer;
|
||||
pthread_attr_t = pointer;
|
||||
pthread_mutex_t = {$i pmutext.inc}
|
||||
pthread_mutexattr_t = pointer;
|
||||
pthread_mutexattr_t = record
|
||||
ptma_magic : cint;
|
||||
ptma_private : pointer;
|
||||
end;
|
||||
pthread_cond_t = pointer;
|
||||
pthread_condattr_t = pointer;
|
||||
pthread_key_t = cint;
|
||||
|
Loading…
Reference in New Issue
Block a user