mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 17:19:27 +01:00
+ added the new types from linux
This commit is contained in:
parent
b1c8bfc478
commit
5793f2037f
@ -40,6 +40,7 @@ Type
|
||||
{$endif}
|
||||
|
||||
cuchar = byte;
|
||||
cchar = shortint;
|
||||
cInt = longint; { minimum range is : 32-bit }
|
||||
cUInt = Cardinal; { minimum range is : 32-bit }
|
||||
{$ifdef CPU64}
|
||||
@ -68,10 +69,18 @@ Type
|
||||
pculong = ^cuLong;
|
||||
pcshort = ^cshort;
|
||||
pcushort= ^cushort;
|
||||
pcchar = ^cchar;
|
||||
pcuchar = ^cuchar;
|
||||
|
||||
cunsigned = cuint;
|
||||
pcunsigned = ^cunsigned;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2004-09-09 20:29:06 jonas
|
||||
Revision 1.5 2005-02-06 08:50:22 florian
|
||||
+ added the new types from linux
|
||||
|
||||
Revision 1.4 2004/09/09 20:29:06 jonas
|
||||
* fixed definition of pthread_mutex_t for non-linux targets (and for
|
||||
linux as well, actually).
|
||||
* base libpthread definitions are now in ptypes.inc, included in unixtype
|
||||
|
||||
Loading…
Reference in New Issue
Block a user