Commit cac63bfd authored by Max Kellermann's avatar Max Kellermann

fd_util: unexport fd_set_cloexec()

This function is used only internally.
parent 1573ea14
......@@ -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
......
......@@ -33,9 +33,6 @@
struct sockaddr;
int
fd_set_cloexec(int fd, bool enable);
int
open_cloexec(const char *path_fs, int flags);
int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment