ARM: Delete _sys_call6 from arm-mes-gcc port.

* lib/linux/arm-mes-gcc/syscall.c (_sys_call6): Delete procedure.
This commit is contained in:
Danny Milosavljevic 2019-03-11 17:11:13 +01:00 committed by Jan Nieuwenhuizen
parent 13fbd909d7
commit 9ac6d37849
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,7 @@ _sys_call4 (long sys_call, long one, long two, long three, long four)
return r; return r;
} }
#if 0
long long
_sys_call6 (long sys_call, long one, long two, long three, long four, long five, long six) _sys_call6 (long sys_call, long one, long two, long three, long four, long five, long six)
{ {
@ -162,3 +163,4 @@ _sys_call6 (long sys_call, long one, long two, long three, long four, long five,
); );
return r; return r;
} }
#endif