chiark / gitweb /
nspawn: support ephemeral boots from images
[elogind.git] / src / basic / fd-util.h
index 522ea6894955c10233e04d304566d65849e8fe1c..fe92b76c405c5880987e31dea53ff16076f61649 100644 (file)
@@ -65,6 +65,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(DIR*, closedir);
 
 int fd_nonblock(int fd, bool nonblock);
 int fd_cloexec(int fd, bool cloexec);
+void stdio_unset_cloexec(void);
 
 int close_all_fds(const int except[], unsigned n_except);