aboutsummaryrefslogtreecommitdiff
path: root/src/fd_util.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-08 21:38:38 +0100
committerMax Kellermann <max@duempel.org>2009-11-08 21:38:38 +0100
commitcac63bfd2125b898b26b658116534ef1e1785b6c (patch)
tree61e219922f6af97e5c2bf258b2e1ded1e3210dfd /src/fd_util.h
parent1573ea1485e809557bd9c8777a794d394fbc79c7 (diff)
fd_util: unexport fd_set_cloexec()
This function is used only internally.
Diffstat (limited to 'src/fd_util.h')
-rw-r--r--src/fd_util.h3
1 files changed, 0 insertions, 3 deletions
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