mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* PSemaphore
git-svn-id: trunk@16228 -
This commit is contained in:
parent
9ab050316e
commit
c1df466f6d
@ -124,7 +124,7 @@ const
|
||||
|
||||
psem_t = ^sem_t;
|
||||
TSemaphore = sem_t;
|
||||
PSemaphore = ^TSemaphore;
|
||||
PSemaphore = psem_t;
|
||||
|
||||
{
|
||||
Primitive system data type definitions required by P1003.1c.
|
||||
|
Loading…
Reference in New Issue
Block a user