From a3e27d361919392eeb0086ed93b105d8301c7913 Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Tue, 26 Jul 2022 19:31:06 +0200
Subject: user: move the POSIX-y stuff to the proper header files

---
 src/user/lib/include/unistd.h | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 src/user/lib/include/unistd.h

(limited to 'src/user/lib/include/unistd.h')

diff --git a/src/user/lib/include/unistd.h b/src/user/lib/include/unistd.h
new file mode 100644
index 0000000..4a30298
--- /dev/null
+++ b/src/user/lib/include/unistd.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <camellia/types.h> // TODO only needed because of handle_t
+
+int fork(void);
+int close(handle_t h);
-- 
cgit v1.2.3