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, 2 insertions, 4 deletions
diff --git a/src/libPOSIXWrapper/POSIXKit/unistd.h b/src/libPOSIXWrapper/POSIXKit/unistd.h
index b232757c..0e133c89 100644
--- a/src/libPOSIXWrapper/POSIXKit/unistd.h
+++ b/src/libPOSIXWrapper/POSIXKit/unistd.h
@@ -14,10 +14,8 @@
#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 write(SizeT count, SInt32 fd, Void* data, SizeT sz);
-IMPORT_C SInt64 read(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