mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 22:50:17 +02:00
* continue exchanging untyped "Pointer" handle types to pointer to empty records.
see discussion mantis 16607. git-svn-id: trunk@15405 -
This commit is contained in:
parent
5fac78e334
commit
6a12cb6e68
@ -136,7 +136,8 @@ type
|
||||
pthread_rwlock_t = ^pthread_rwlock_t_rec;
|
||||
pthread_rwlockattr_t = ^pthread_rwlock_t_rec;
|
||||
|
||||
sem_t = pointer;
|
||||
sem_t_rec = record end;
|
||||
sem_t = ^sem_t_rec;
|
||||
rlim_t = int64;
|
||||
TRlim = rlim_t;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user