fd_util: unexport fd_set_cloexec()
This function is used only internally.
This commit is contained in:
parent
1573ea1485
commit
cac63bfd21
@ -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
|
||||
|
@ -32,9 +32,6 @@
|
||||
|
||||
struct sockaddr;
|
||||
|
||||
int
|
||||
fd_set_cloexec(int fd, bool enable);
|
||||
|
||||
int
|
||||
open_cloexec(const char *path_fs, int flags);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user