tevent: Set FD_CLOEXEC on epoll handle
[metze/samba/wip.git] / lib / tevent / tevent_util.h
index 46a4506dac4ec74edab1ceea1a3c423742766c77..311be604a0808bce8ad9e0d2bcabdc04531dc201 100644 (file)
@@ -183,6 +183,7 @@ do { \
 const char **ev_str_list_add(const char **list, const char *s);
 int ev_set_blocking(int fd, bool set);
 size_t ev_str_list_length(const char **list);
+bool ev_set_close_on_exec(int fd);
 
 /* Defined here so we can build against older talloc versions that don't
  * have this define yet. */