diff options
Diffstat (limited to '')
-rw-r--r-- | src/fd_util.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/fd_util.h b/src/fd_util.h index 8b94a3a27..57ad63288 100644 --- a/src/fd_util.h +++ b/src/fd_util.h @@ -46,14 +46,7 @@ struct sockaddr; * supported by the OS). */ int -open_cloexec(const char *path_fs, int flags); - -/** - * Wrapper for creat(), which sets the CLOEXEC flag (atomically if - * supported by the OS). - */ -int -creat_cloexec(const char *path_fs, int mode); +open_cloexec(const char *path_fs, int flags, int mode); /** * Wrapper for pipe(), which sets the CLOEXEC flag (atomically if |