aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fd_util.c2
-rw-r--r--src/fd_util.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/src/fd_util.c b/src/fd_util.c
index 9137e6e3..a8be69be 100644
--- a/src/fd_util.c
+++ b/src/fd_util.c
@@ -57,7 +57,7 @@ fd_mask_flags(int fd, int and_mask, int xor_mask)
#endif /* !WIN32 */
-int
+static int
fd_set_cloexec(int fd, bool enable)
{
#ifndef WIN32
diff --git a/src/fd_util.h b/src/fd_util.h
index 99479a0c..64eb0c85 100644
--- a/src/fd_util.h
+++ b/src/fd_util.h
@@ -33,9 +33,6 @@
struct sockaddr;
int
-fd_set_cloexec(int fd, bool enable);
-
-int
open_cloexec(const char *path_fs, int flags);
int