OSDN Git Service

add support for ppoll() and emulate poll() with it when __NR_poll does not exist
authorMike Frysinger <vapier@gentoo.org>
Wed, 28 Feb 2007 22:25:41 +0000 (22:25 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Feb 2007 22:25:41 +0000 (22:25 -0000)
commit148c1f77492a22ddfc87375c3b2464d5521a3843
tree36c8a9c57a6e4e8a0760215f572a6ed39d6d2cae
parent0306ff3482fa7c597c9e7bf9dc961a11983c48ef
add support for ppoll() and emulate poll() with it when __NR_poll does not exist
include/sys/poll.h
libc/sysdeps/linux/common/poll.c
libc/sysdeps/linux/common/ppoll.c [new file with mode: 0644]