mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:19:18 +02:00
+ added pollfd to the openbsd structure checker file
git-svn-id: trunk@41875 -
This commit is contained in:
parent
9b7cbb0e0b
commit
f6e13c50a9
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
@C #include <sys/stat.h>
|
@C #include <sys/stat.h>
|
||||||
@C #include <dirent.h>
|
@C #include <dirent.h>
|
||||||
|
@C #include <poll.h>
|
||||||
@C #include <stdio.h>
|
@C #include <stdio.h>
|
||||||
@C #include <stddef.h>
|
@C #include <stddef.h>
|
||||||
@C int main()
|
@C int main()
|
||||||
@ -48,6 +49,11 @@
|
|||||||
.d_padding,__d_padding
|
.d_padding,__d_padding
|
||||||
.d_name
|
.d_name
|
||||||
|
|
||||||
|
@record pollfd,struct pollfd
|
||||||
|
.fd
|
||||||
|
.events
|
||||||
|
.revents
|
||||||
|
|
||||||
@C return 0;
|
@C return 0;
|
||||||
@C }
|
@C }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user