mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
parser-inc: add more POSIX system header stubs
This commit is contained in:
parent
77724f49dc
commit
a3a7c0cf9d
3
dtool/src/parser-inc/dirent.h
Normal file
3
dtool/src/parser-inc/dirent.h
Normal file
@ -0,0 +1,3 @@
|
||||
typedef struct __dirstream DIR;
|
||||
struct dirent;
|
||||
typedef unsigned long ino_t;
|
1
dtool/src/parser-inc/sys/inotify.h
Normal file
1
dtool/src/parser-inc/sys/inotify.h
Normal file
@ -0,0 +1 @@
|
||||
struct inotify_event;
|
3
dtool/src/parser-inc/sys/ioctl.h
Normal file
3
dtool/src/parser-inc/sys/ioctl.h
Normal file
@ -0,0 +1,3 @@
|
||||
struct winsize;
|
||||
struct termio;
|
||||
|
3
dtool/src/parser-inc/sys/mman.h
Normal file
3
dtool/src/parser-inc/sys/mman.h
Normal file
@ -0,0 +1,3 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
struct posix_typed_mem_info;
|
1
dtool/src/parser-inc/sys/select.h
Normal file
1
dtool/src/parser-inc/sys/select.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sys/time.h>
|
1
dtool/src/parser-inc/sys/sysinfo.h
Normal file
1
dtool/src/parser-inc/sys/sysinfo.h
Normal file
@ -0,0 +1 @@
|
||||
struct sysinfo;
|
Loading…
x
Reference in New Issue
Block a user