From 5f8a4243289ab8ee516f35d43837fce69c536c55 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Sun, 30 Aug 2020 12:05:21 +0200 Subject: [PATCH] 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. --- lib/linux/x86-mes-gcc/syscall.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/linux/x86-mes-gcc/syscall.c b/lib/linux/x86-mes-gcc/syscall.c index 28d2b662..39c23cdc 100644 --- a/lib/linux/x86-mes-gcc/syscall.c +++ b/lib/linux/x86-mes-gcc/syscall.c @@ -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) {