parser-inc: add more POSIX system header stubs

This commit is contained in:
rdb 2018-09-23 14:21:19 +02:00
parent 77724f49dc
commit a3a7c0cf9d
6 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
typedef struct __dirstream DIR;
struct dirent;
typedef unsigned long ino_t;

View File

@ -0,0 +1 @@
struct inotify_event;

View File

@ -0,0 +1,3 @@
struct winsize;
struct termio;

View File

@ -0,0 +1,3 @@
#include <sys/types.h>
struct posix_typed_mem_info;

View File

@ -0,0 +1 @@
#include <sys/time.h>

View File

@ -0,0 +1 @@
struct sysinfo;