+ added pollfd to the openbsd structure checker file

git-svn-id: trunk@41875 -
This commit is contained in:
nickysn 2019-04-15 14:33:33 +00:00
parent 9b7cbb0e0b
commit f6e13c50a9

View File

@ -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 }