]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/io.h
Xcode: only build current architecture in "Debug" target
[ngircd-alex.git] / src / ngircd / io.h
index a2285de4abfd3ec3f28fe9792f802bcd2a5886fa..2f4c964551d31627ae8ba743b700378979d6cc9c 100644 (file)
@@ -45,6 +45,9 @@ bool io_close PARAMS((int fd));
 /* set O_NONBLOCK */
 bool io_setnonblock PARAMS((int fd));
 
+/* set O_CLOEXEC */
+bool io_setcloexec PARAMS((int fd));
+
 /* watch fds for activity */
 int io_dispatch PARAMS((struct timeval *tv));