aboutsummaryrefslogtreecommitdiffstats
path: root/include/fcntl.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-29 19:10:36 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-29 19:10:36 +0100
commite62485f489769af3cc35139170d217c674c60971 (patch)
treec306fa131cf00b38af4ef4ebab38fd195a1bc1d6 /include/fcntl.h
parentm (diff)
downloadslibc-e62485f489769af3cc35139170d217c674c60971.tar.gz
slibc-e62485f489769af3cc35139170d217c674c60971.tar.bz2
slibc-e62485f489769af3cc35139170d217c674c60971.tar.xz
more functions to add + implement readn, writen, preadn, and pwriten
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--include/fcntl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index 6bc42f0..1c13b8d 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -55,3 +55,7 @@ int creat(const char*, mode_t)
#endif
+/*
+ TODO int reopen(int fd, int oflag); 0, on success, -1 on error
+*/
+