aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-13 13:03:42 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-13 13:03:42 +0100
commit85f82eec707ca5fc42f4401940c9903000f8004c (patch)
tree993a8103e3c971fd8e1dd3cbf9841fd152c5fba6 /include/unistd.h
parentadd todos (diff)
downloadslibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.gz
slibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.bz2
slibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 7eb4a74..f259d5f 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -745,7 +745,7 @@ int fexecve(int, char* const[], char* const[]);
#endif
/*
- TODO readn, writen, preadn, pwriten
+ TODO readn(plan9), 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