mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +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 <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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user