OSDN Git Service

Per suggestion and patch from Ken Staton, emulates poll using
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 09:52:24 +0000 (09:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 09:52:24 +0000 (09:52 -0000)
commit8e8099dcac7317d161b4341dbac5369164397f82
tree2312442fff8c670f889eee3c3761703aaee9dc06
parent7845251d593a343097336f09c8a8b93df2ecc697
Per suggestion and patch from Ken Staton, emulates poll using
select for older 2.0 kernels where poll is missing.
libc/sysdeps/linux/common/poll.c [new file with mode: 0644]
libc/sysdeps/linux/common/syscalls.c