mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 14:26:00 +02:00
- removed tthreadid/pthreadid definitions for haiku/beos/*bsd/darwin:
they're not in the other versions either, they're not part of the libpthread api, and hide the tthreadid definition from the system unit git-svn-id: trunk@23034 -
This commit is contained in:
parent
66f458467f
commit
e4740a27e1
@ -134,8 +134,6 @@ const
|
||||
pthread_condattr_t, pthread_mutex_t, pthread_mutexattr_t.
|
||||
}
|
||||
|
||||
TThreadID = pthread_t;
|
||||
PThreadID = ^TThreadID;
|
||||
TThreadAttr = pthread_attr_t;
|
||||
PThreadAttr = ^TThreadAttr;
|
||||
TPthreadMutex = pthread_mutex_t;
|
||||
|
@ -134,8 +134,6 @@ const
|
||||
pthread_condattr_t, pthread_mutex_t, pthread_mutexattr_t.
|
||||
}
|
||||
|
||||
TThreadID = pthread_t;
|
||||
PThreadID = ^TThreadID;
|
||||
TThreadAttr = pthread_attr_t;
|
||||
PThreadAttr = ^TThreadAttr;
|
||||
TPthreadMutex = pthread_mutex_t;
|
||||
|
@ -136,8 +136,6 @@ const
|
||||
pthread_condattr_t, pthread_mutex_t, pthread_mutexattr_t.
|
||||
}
|
||||
|
||||
TThreadID = pthread_t;
|
||||
PThreadID = ^TThreadID;
|
||||
TThreadAttr = pthread_attr_t;
|
||||
PThreadAttr = ^TThreadAttr;
|
||||
TPthreadMutex = pthread_mutex_t;
|
||||
|
Loading…
Reference in New Issue
Block a user