aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/fd_util.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/system/fd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/fd_util.c b/src/system/fd_util.c
index 97ec5ba5e..b53ecda00 100644
--- a/src/system/fd_util.c
+++ b/src/system/fd_util.c
@@ -69,7 +69,7 @@ fd_mask_flags(int fd, int and_mask, int xor_mask)
#endif /* !WIN32 */
-static int
+int
fd_set_cloexec(int fd, bool enable)
{
#ifndef WIN32