From e62485f489769af3cc35139170d217c674c60971 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 19:10:36 +0100 Subject: more functions to add + implement readn, writen, preadn, and pwriten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/fcntl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/fcntl.h') 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 +*/ + -- cgit v1.2.3-70-g09d2