From c22cda1b41022b307ea9fda8c9dc19e6329a109a Mon Sep 17 00:00:00 2001 From: Bryan Cantrill Date: Mon, 28 Mar 2016 22:10:13 -0700 Subject: 6847 syscall header declaration incorrect Reviewed by: Yuri Pankov Reviewed by: Josef 'Jeff' Sipek Reviewed by: Garrett D'Amore Approved by: Dan McDonald --- usr/src/uts/common/sys/syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/syscall.h') diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index e365668f85..7d86565564 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -511,8 +511,8 @@ typedef struct { /* return values from system call */ #if !defined(_KERNEL) -extern int syscall(int, ...); -extern int __systemcall(sysret_t *, int, ...); +extern long syscall(int, ...); +extern long __systemcall(sysret_t *, int, ...); extern int __set_errno(int); #endif /* _KERNEL */ -- cgit v1.2.3