mescc: Mes C Library: Remove redundant prototypes.

* lib/linux/x86-mes-gcc/syscall.c(__sys_call, __sys_call1, __sys_call2,
__sys_call3, __sys_call4): Remove prototype.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-08-30 12:05:21 +02:00
parent c11a721c36
commit 5f8a424328
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 6 deletions

View File

@ -108,12 +108,6 @@ __sys_call4 (long sys_call, long one, long two, long three, long four)
}
// *INDENT-ON*
long __sys_call (long sys_call);
long __sys_call1 (long sys_call, long one);
long __sys_call2 (long sys_call, long one, long two);
long __sys_call3 (long sys_call, long one, long two, long three);
long __sys_call4 (long sys_call, long one, long two, long three, long four);
long
_sys_call (long sys_call)
{