fd_util: unexport fd_set_cloexec()

This function is used only internally.
This commit is contained in:
Max Kellermann 2009-11-08 21:38:38 +01:00
parent 1573ea1485
commit cac63bfd21
2 changed files with 1 additions and 4 deletions

View File

@ -57,7 +57,7 @@ fd_mask_flags(int fd, int and_mask, int xor_mask)
#endif /* !WIN32 */ #endif /* !WIN32 */
int static int
fd_set_cloexec(int fd, bool enable) fd_set_cloexec(int fd, bool enable)
{ {
#ifndef WIN32 #ifndef WIN32

View File

@ -32,9 +32,6 @@
struct sockaddr; struct sockaddr;
int
fd_set_cloexec(int fd, bool enable);
int int
open_cloexec(const char *path_fs, int flags); open_cloexec(const char *path_fs, int flags);