]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
need more types for kernonly rump_syscalls.h grokage
authorAntti Kantee <pooka@iki.fi>
Tue, 13 Oct 2015 00:13:21 +0000 (00:13 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 13 Oct 2015 00:13:21 +0000 (00:13 +0000)
tests/nolibc/nolibc.h

index ca1425317f1cf948f3ffb3f1c69331882177ecd6..b0c668c9d5f91c3e33dfc80cb4d1aac5834a8b32 100644 (file)
@@ -16,6 +16,15 @@ typedef long         ssize_t;
 typedef unsigned long  size_t;
 typedef long           register_t;
 
+typedef int64_t                off_t;
+typedef uint64_t       dev_t;
+typedef uint32_t       mode_t;
+typedef int            gid_t;
+typedef int            uid_t;
+
+typedef unsigned int   u_int;
+typedef unsigned long  u_long;
+
 struct timespec;
 struct itimerspec;
 struct sigevent;