diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-13 13:03:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-13 13:03:42 +0100 |
commit | 85f82eec707ca5fc42f4401940c9903000f8004c (patch) | |
tree | 993a8103e3c971fd8e1dd3cbf9841fd152c5fba6 | |
parent | add todos (diff) | |
download | slibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.gz slibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.bz2 slibc-85f82eec707ca5fc42f4401940c9903000f8004c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | include/unistd.h | 2 |
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 |