summaryrefslogtreecommitdiffhomepage
path: root/src/libPOSIXWrapper/POSIXKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 05:51:25 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 05:51:25 +0100
commit342e27527797d5dd6f0ba3baa23c0bbc786892e1 (patch)
treeb8c86fefc71b9d4c400429a3c1e723beeae6f766 /src/libPOSIXWrapper/POSIXKit
parent7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 (diff)
[CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements.kernel-bootkit-posix-additions
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libPOSIXWrapper/POSIXKit')
-rw-r--r--src/libPOSIXWrapper/POSIXKit/unistd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libPOSIXWrapper/POSIXKit/unistd.h b/src/libPOSIXWrapper/POSIXKit/unistd.h
index 0aae8e1c..cdaa6628 100644
--- a/src/libPOSIXWrapper/POSIXKit/unistd.h
+++ b/src/libPOSIXWrapper/POSIXKit/unistd.h
@@ -13,4 +13,10 @@
#define _POSIX_SOURCE __POSIX_SOURCE__
#define _XOPEN_SOURCE __XOPEN_SOURCE__
+IMPORT_C SInt64 write(SizeT count,
+ SInt32 fd, Void* data, SizeT sz);
+
+IMPORT_C SInt64 read(SizeT count,
+ SInt32 fd, Void* data, SizeT sz);
+
#endif // LIBPOSIX_POSIXKIT_UNISTD_H