mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* already did 3 aliases needed for SDL port
This commit is contained in:
parent
8f52b61730
commit
bdb3125ed1
@ -67,6 +67,9 @@ type
|
||||
timespec = UnixType.timespec;
|
||||
ptimespec= UnixType.ptimespec;
|
||||
Ttimespec= UnixType.Ttimespec;
|
||||
pthread_mutex_t = UnixType.pthread_mutex_t;
|
||||
pthread_cond_t = UnixType.pthread_cond_t;
|
||||
pthread_t = UnixType.pthread_t;
|
||||
|
||||
CONST
|
||||
ARG_MAX = UnixType.ARG_MAX;
|
||||
@ -78,7 +81,10 @@ CONST
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2004-03-04 22:15:16 marco
|
||||
Revision 1.2 2004-09-11 20:41:52 marco
|
||||
* already did 3 aliases needed for SDL port
|
||||
|
||||
Revision 1.1 2004/03/04 22:15:16 marco
|
||||
* UnixType changes. Please report problems to me.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user