summaryrefslogtreecommitdiffhomepage
path: root/src/libPOSIXWrapper/POSIXKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/libPOSIXWrapper/POSIXKit')
-rw-r--r--src/libPOSIXWrapper/POSIXKit/.keep0
-rw-r--r--src/libPOSIXWrapper/POSIXKit/unistd.h9
2 files changed, 9 insertions, 0 deletions
diff --git a/src/libPOSIXWrapper/POSIXKit/.keep b/src/libPOSIXWrapper/POSIXKit/.keep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/libPOSIXWrapper/POSIXKit/.keep
diff --git a/src/libPOSIXWrapper/POSIXKit/unistd.h b/src/libPOSIXWrapper/POSIXKit/unistd.h
new file mode 100644
index 00000000..a2be3a30
--- /dev/null
+++ b/src/libPOSIXWrapper/POSIXKit/unistd.h
@@ -0,0 +1,9 @@
+#ifndef LIBPOSIX_POSIXKIT_UNISTD_H
+#define LIBPOSIX_POSIXKIT_UNISTD_H
+
+#include <libSystem/SystemKit/System.h>
+
+/// @file Unistd.h
+/// @brief POSIX Standard Header for NeKernel.
+
+#endif // LIBPOSIX_POSIXKIT_UNISTD_H