summaryrefslogtreecommitdiffstats
path: root/osdep/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/io.h')
-rw-r--r--osdep/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/io.h b/osdep/io.h
index ac1a0f90fa..c3fc0cf9cb 100644
--- a/osdep/io.h
+++ b/osdep/io.h
@@ -45,6 +45,7 @@
#endif
bool mp_set_cloexec(int fd);
+int mp_make_cloexec_pipe(int pipes[2]);
int mp_make_wakeup_pipe(int pipes[2]);
#ifdef _WIN32