parser-inc: add more POSIX system header stubs
This commit is contained in:
parent
77724f49dc
commit
a3a7c0cf9d
|
|
@ -0,0 +1,3 @@
|
|||
typedef struct __dirstream DIR;
|
||||
struct dirent;
|
||||
typedef unsigned long ino_t;
|
||||
|
|
@ -0,0 +1 @@
|
|||
struct inotify_event;
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
struct winsize;
|
||||
struct termio;
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
struct posix_typed_mem_info;
|
||||
|
|
@ -0,0 +1 @@
|
|||
#include <sys/time.h>
|
||||
|
|
@ -0,0 +1 @@
|
|||
struct sysinfo;
|
||||
Loading…
Reference in New Issue