]> Zhao Yanbai Git Server - minix.git/commitdiff
Add poll.h
authorArun Thomas <arun@minix3.org>
Tue, 27 Jul 2010 09:21:56 +0000 (09:21 +0000)
committerArun Thomas <arun@minix3.org>
Tue, 27 Jul 2010 09:21:56 +0000 (09:21 +0000)
Open Group requires this. Reported by Thomas Cort.

include/Makefile
include/poll.h [new file with mode: 0644]

index 84fbab3150debf0f9cc0c21fb419c47aedafbc76..c695d85193f84cd7f974291c7cd77570afb50f7d 100644 (file)
@@ -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 (file)
index 0000000..06fb41a
--- /dev/null
@@ -0,0 +1 @@
+#include <sys/poll.h>