summaryrefslogtreecommitdiffhomepage
path: root/src/libPOSIXWrapper
diff options
context:
space:
mode:
Diffstat (limited to 'src/libPOSIXWrapper')
-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