[MUD-Dev] Re: [CODE] [LANGUAGE/PLATFORM SPECIFIC] My Event Engine
Chris Gray
cg at ami-cg.GraySage.Edmonton.AB.CA
Tue Aug 11 21:52:48 CEST 1998
[J C Lawrence:]
>Look for /usr/include/sys/poll.h (at least on my RH/Alpha system).
Not here on my 2.0.30 RH/x86 system.
>The top of the header reads:
>
>--<cut>--
>
>/* Compatibility definitions for System V `poll' interface.
> Copyright (C) 1994, 1996 Free Software Foundation, Inc.
> This file is part of the GNU C Library.
>
>...deletia...
>
>--<cut>--
>
>I suspect you need a glibc update.
Could be - I think I don't have glibc.
However, if its just compatibility stuff, that suggests its just a
library routine built on top of the 'select' system call. I don't
think updating libc will add new kernel calls! Checking my magic
header file '/usr/include/sys/syscall.h', I don't find an entry
for 'poll'.
More information about the mud-dev-archive
mailing list