diff options
Diffstat (limited to 'src/fd_util.h')
-rw-r--r-- | src/fd_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fd_util.h b/src/fd_util.h index 80fb98703..5b80df2c7 100644 --- a/src/fd_util.h +++ b/src/fd_util.h @@ -50,6 +50,13 @@ struct sockaddr; /** + * Wrapper for dup(), which sets the CLOEXEC flag on the new + * descriptor. + */ +int +dup_cloexec(int oldfd); + +/** * Wrapper for open(), which sets the CLOEXEC flag (atomically if * supported by the OS). */ |