From: Arun Thomas Date: Tue, 27 Jul 2010 09:21:56 +0000 (+0000) Subject: Add poll.h X-Git-Tag: v3.1.8~137 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkzone.html?a=commitdiff_plain;h=dafc8f106265d0f618c60d57f18ffefba91671f8;p=minix.git Add poll.h Open Group requires this. Reported by Thomas Cort. --- 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