From 15dbff8f8d1e816dfa4910316470ed0d75126a16 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Nov 2015 13:00:56 +0100 Subject: add todos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/unistd.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') 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 +*/ + -- cgit v1.2.3-70-g09d2