|
|
|
@ -80,6 +80,7 @@ int fdevent_fcntl_set_nb_cloexec(int fd);
|
|
|
|
|
int fdevent_fcntl_set_nb_cloexec_sock(int fd); |
|
|
|
|
int fdevent_socket_cloexec(int domain, int type, int protocol); |
|
|
|
|
int fdevent_socket_nb_cloexec(int domain, int type, int protocol); |
|
|
|
|
int fdevent_dup_cloexec(int fd); |
|
|
|
|
int fdevent_open_cloexec(const char *pathname, int symlinks, int flags, mode_t mode); |
|
|
|
|
int fdevent_mkstemp_append(char *path); |
|
|
|
|
int fdevent_rename(const char *oldpath, const char *newpath); |
|
|
|
|