From fab5285b057b5d48f956de01a36d1b1ae2d1d6c4 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Tue, 13 Oct 2015 00:13:21 +0000 Subject: [PATCH] need more types for kernonly rump_syscalls.h grokage --- tests/nolibc/nolibc.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/nolibc/nolibc.h b/tests/nolibc/nolibc.h index ca14253..b0c668c 100644 --- a/tests/nolibc/nolibc.h +++ b/tests/nolibc/nolibc.h @@ -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; -- 2.39.5