From c173c610044890c539584f3beb927e71ff83c198 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 29 Oct 2012 23:08:01 +0100 Subject: use FD_CLOEXEC instead of tracking lists of fds --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index 7716fbd..bc1b932 100644 --- a/system.h +++ b/system.h @@ -99,4 +99,6 @@ int system_add_ip_tunnel(const char *name, struct blob_attr *attr); time_t system_get_rtime(void); +void system_fd_set_cloexec(int fd); + #endif -- cgit v1.2.1