mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
* adaption of some rtl code for sparc64-linux
git-svn-id: trunk@36516 -
This commit is contained in:
parent
c7d4a64ae4
commit
e78dbbccc4
@ -381,3 +381,10 @@ Const
|
||||
syscall_nr_preadv2 = 358;
|
||||
syscall_nr_pwritev2 = 359;
|
||||
syscall_nr_statx = 360;
|
||||
|
||||
|
||||
|
||||
{ aliases, not sure if they are correct (FPK) }
|
||||
syscall_nr_pread64 = 67;
|
||||
syscall_nr_pwrite64 = 68;
|
||||
|
||||
|
@ -796,7 +796,7 @@ Const
|
||||
|
||||
{$endif cpui386}
|
||||
|
||||
{$ifdef cpusparc}
|
||||
{$if defined(cpusparc) or defined(cpusparc64)}
|
||||
TCGETA = $40125401;
|
||||
TCSETA = $80125402;
|
||||
TCSETAW = $80125403;
|
||||
@ -1021,8 +1021,7 @@ Const
|
||||
TCIFLUSH = 0;
|
||||
TCOFLUSH = 1;
|
||||
TCIOFLUSH = 2;
|
||||
|
||||
{$endif cpusparc}
|
||||
{$endif defined(cpusparc) or defined(cpusparc64)}
|
||||
|
||||
{$ifdef cpux86_64}
|
||||
TCGETS = $5401;
|
||||
|
Loading…
Reference in New Issue
Block a user