From: Roland McGrath Date: Sun, 15 Dec 2002 23:58:18 +0000 (+0000) Subject: 2002-12-15 Roland McGrath X-Git-Tag: v4.5.18~964 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e948faf94efd282b44a6e61666b27551a9629273;p=strace 2002-12-15 Roland McGrath * desc.c (sys_osf_select): Add missing return type. --- diff --git a/desc.c b/desc.c index 7430feeb..2a07a438 100644 --- a/desc.c +++ b/desc.c @@ -291,7 +291,7 @@ struct tcb *tcp; #ifdef F_FREESP64 case F_FREESP64: #endif - /* Linux glibc defines SETLK64 as SETLK, + /* Linux glibc defines SETLK64 as SETLK, even though the kernel has different values - as does Solaris. */ #if defined(F_SETLK64) && F_SETLK64+0!=F_SETLK case F_SETLK64: @@ -540,6 +540,7 @@ struct tcb *tcp; } #ifdef ALPHA +int sys_osf_select(tcp) struct tcb *tcp; {