Pull in third-party poll emulator and automatically link it in if we detect the system's poll is broken

This commit is contained in:
Quentin Smith
2012-04-20 04:59:09 -04:00
parent 8de74afb5f
commit dd49b986ed
7 changed files with 515 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
AM_CFLAGS = -pedantic -Wall -Wextra -pipe $(HARDEN_CFLAGS)
noinst_LIBRARIES = libpoll.a
libpoll_a_SOURCES = \
sys/poll.h \
poll.h \
poll.c
EXTRA_DIST = LICENSE