Re: old_select vs sys_select

From: Brian Gerst (bgerst@didntduck.org)
Date: Wed Aug 15 2001 - 18:21:25 EST


Dave Airlie wrote:
>
> On the VAX port I'm updating my syscalls to match some of the other
> platforms,
>
> why do some platforms defined old_select and some just use sys_ni_syscall
> for the system call number for the old_select... is this purely to deal
> with old applications that were compiled against old kernels, and so this
> means I don't have to implement old_select on the VAX at all..
>
> Dave.

It's for handling older versions of libc (or applications that are
statically linked). If you're starting from ground zero, forget about
any of that compatability cruft, as you will never encounter it for a
new port.

--

Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:20 EST