]> granicus.if.org Git - strace/commit
Assume that <poll.h> is available
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 30 Jul 2015 16:23:58 +0000 (16:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 30 Jul 2015 22:03:07 +0000 (22:03 +0000)
commit80d5e012a1ed6421ea00d4d8c830667889a059bc
treece8c677606bca82fcfd0e99f323ed31447437948
parentea7ef9365f9949225b6526e7b8eaf07997247222
Assume that <poll.h> is available

* configure.ac (AC_CHECK_HEADERS): Remove poll.h and sys/poll.h.
* pathtrace.c: Include <poll.h> unconditionally.
* stream.c: Likewise.
[HAVE_SYS_POLL_H]: Compile unconditionally.
[!HAVE_SYS_POLL_H]: Remove.
configure.ac
pathtrace.c
stream.c