* adaption of some rtl code for sparc64-linux

git-svn-id: trunk@36516 -
This commit is contained in:
florian 2017-06-18 15:44:30 +00:00
parent c7d4a64ae4
commit e78dbbccc4
2 changed files with 9 additions and 3 deletions

View File

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

View File

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