git-svn-id: trunk@41875 -
@@ -12,6 +12,7 @@
@C #include <sys/stat.h>
@C #include <dirent.h>
+@C #include <poll.h>
@C #include <stdio.h>
@C #include <stddef.h>
@C int main()
@@ -48,6 +49,11 @@
.d_padding,__d_padding
.d_name
+@record pollfd,struct pollfd
+.fd
+.events
+.revents
+
@C return 0;
@C }