diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 19:10:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 19:10:36 +0100 |
commit | e62485f489769af3cc35139170d217c674c60971 (patch) | |
tree | c306fa131cf00b38af4ef4ebab38fd195a1bc1d6 /include/fcntl.h | |
parent | m (diff) | |
download | slibc-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 'include/fcntl.h')
-rw-r--r-- | include/fcntl.h | 4 |
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 +*/ + |