From 0761b1e6f15f85a8689a952d8aa7d8a1c0d949f7 Mon Sep 17 00:00:00 2001 From: Olaf Bohlen Date: Fri, 23 Dec 2016 10:25:29 +0100 Subject: 7196 sparc: libbc syscall conflicts with syscall.h Reviewed by: Igor Kozhukhov Reviewed by: Alexander Pyhalov Approved by: Robert Mustacchi --- usr/src/lib/libbc/libc/sys/common/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/lib/libbc/libc/sys/common/syscall.c') diff --git a/usr/src/lib/libbc/libc/sys/common/syscall.c b/usr/src/lib/libbc/libc/sys/common/syscall.c index 945143e40e..2ad69ed13b 100644 --- a/usr/src/lib/libbc/libc/sys/common/syscall.c +++ b/usr/src/lib/libbc/libc/sys/common/syscall.c @@ -83,7 +83,7 @@ int syscallnum[190] = { SYS_syscall, SYS_exit, -1 /*fork1*/, 0, -1 /*setpgid*/, SYS_pathconf, SYS_uname, }; -int +long syscall(int sysnum, ...) { va_list ap; -- cgit v1.2.3