mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 11:29:36 +01:00
* reverted march fix from Florian that stops exporting pthread* types.
git-svn-id: trunk@4926 -
This commit is contained in:
parent
f8b013187c
commit
449ba0b47b
@ -67,11 +67,10 @@ type
|
|||||||
ptimespec= UnixType.ptimespec;
|
ptimespec= UnixType.ptimespec;
|
||||||
Ttimespec= UnixType.Ttimespec;
|
Ttimespec= UnixType.Ttimespec;
|
||||||
|
|
||||||
{ use pthread package instead
|
|
||||||
pthread_mutex_t = UnixType.pthread_mutex_t;
|
pthread_mutex_t = UnixType.pthread_mutex_t;
|
||||||
pthread_cond_t = UnixType.pthread_cond_t;
|
pthread_cond_t = UnixType.pthread_cond_t;
|
||||||
pthread_t = UnixType.pthread_t;
|
pthread_t = UnixType.pthread_t;
|
||||||
}
|
|
||||||
tstatfs = UnixType.TStatFs;
|
tstatfs = UnixType.TStatFs;
|
||||||
|
|
||||||
CONST
|
CONST
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user