* already did 3 aliases needed for SDL port

This commit is contained in:
marco 2004-09-11 20:41:52 +00:00
parent 8f52b61730
commit bdb3125ed1

View File

@ -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.