mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:29:12 +02:00
Multifield pthread_attr_t for NetBSD
git-svn-id: trunk@29058 -
This commit is contained in:
parent
5659e910ef
commit
d01bf2dea3
@ -171,7 +171,11 @@ struct statfs12 {
|
||||
pmbstate_t = ^mbstate_t;
|
||||
|
||||
pthread_t = pointer;
|
||||
pthread_attr_t = pointer;
|
||||
pthread_attr_t = record
|
||||
pta_magic : cuint;
|
||||
pta_flags : cint;
|
||||
pta_private : pointer;
|
||||
end;
|
||||
pthread_mutex_t = {$i pmutext.inc}
|
||||
pthread_mutexattr_t = record
|
||||
ptma_magic : cint;
|
||||
|
Loading…
Reference in New Issue
Block a user