aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/unistd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index c3fef03..7eb4a74 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -744,3 +744,11 @@ int fexecve(int, char* const[], char* const[]);
#endif
+/*
+ TODO readn, writen, preadn, pwriten
+ readn: read that can only return with a short read on error
+ writen: write that can only return with a short write on error
+ preadn: pread that can only return with a short read on error
+ pwriten: pwrite that can only return with a short write on error
+*/
+