From dafc8f106265d0f618c60d57f18ffefba91671f8 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Tue, 27 Jul 2010 09:21:56 +0000 Subject: [PATCH] Add poll.h Open Group requires this. Reported by Thomas Cort. --- include/Makefile | 2 +- include/poll.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 include/poll.h diff --git a/include/Makefile b/include/Makefile index 84fbab315..c695d8519 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,7 @@ INCS= alloca.h ansi.h a.out.h ar.h assert.h configfile.h ctype.h \ stdint.h stdbool.h stdio.h stdlib.h string.h strings.h sysexits.h \ syslog.h tar.h termcap.h termios.h time.h timers.h tools.h \ ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h \ - hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h + hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h INCS+= arpa/inet.h INCS+= minix/a.out.h minix/bitmap.h minix/callnr.h minix/cdrom.h \ minix/com.h minix/config.h minix/const.h minix/cpufeature.h \ diff --git a/include/poll.h b/include/poll.h new file mode 100644 index 000000000..06fb41ab8 --- /dev/null +++ b/include/poll.h @@ -0,0 +1 @@ +#include -- 2.44.0