mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
- removed commented out MIPS mutex size constants
git-svn-id: trunk@30874 -
This commit is contained in:
parent
b61fd60b9d
commit
0a1b851b5c
@ -217,17 +217,6 @@ Type
|
||||
__sched_priority: cint;
|
||||
end;
|
||||
|
||||
{ MIPS32 size of unions
|
||||
__SIZEOF_PTHREAD_ATTR_T = 36;
|
||||
__SIZEOF_PTHREAD_MUTEX_T = 24;
|
||||
__SIZEOF_PTHREAD_MUTEXATTR_T = 4;
|
||||
__SIZEOF_PTHREAD_COND_T = 48;
|
||||
__SIZEOF_PTHREAD_CONDATTR_T = 4;
|
||||
__SIZEOF_PTHREAD_RWLOCK_T = 32;
|
||||
__SIZEOF_PTHREAD_RWLOCKATTR_T = 8;
|
||||
__SIZEOF_PTHREAD_BARRIER_T = 20;
|
||||
__SIZEOF_PTHREAD_BARRIERATTR_T = 4; }
|
||||
|
||||
pthread_attr_t = record
|
||||
{$ifdef USE_PTHREAD_SIZEOF}
|
||||
case byte of
|
||||
|
Loading…
Reference in New Issue
Block a user