2002-12-15 Roland McGrath <roland@redhat.com>
* desc.c (sys_osf_select): Add missing return type.
This commit is contained in:
parent
34e4a6984c
commit
e948faf94e
3
desc.c
3
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;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user