From 16829460572c9d8451154b2c296ac1abb7701b78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 Oct 2013 15:00:14 +0100 Subject: Filesystem: Add poll() handler This handler is necessary to implement the SELECT(2) and POLL(2) system calls. Add from FreeBSD 8.4. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 7bc62960e2..8a20242eb9 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -52,6 +52,7 @@ include_HEADERS += libmd/md5.h include_sys_HEADERS += libcsupport/include/sys/ioccom.h include_sys_HEADERS += libcsupport/include/sys/filio.h include_sys_HEADERS += libcsupport/include/sys/ioctl.h +include_sys_HEADERS += libcsupport/include/sys/poll.h include_sys_HEADERS += libcsupport/include/sys/statvfs.h include_sys_HEADERS += libcsupport/include/sys/sockio.h include_sys_HEADERS += libcsupport/include/sys/ttycom.h -- cgit v1.2.3