diff options
Diffstat (limited to 'osdep.h')
| -rw-r--r-- | osdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep.h b/osdep.h index 156666e0ee..428285c7e0 100644 --- a/osdep.h +++ b/osdep.h @@ -140,4 +140,6 @@ static inline void qemu_timersub(const struct timeval *val1, #define qemu_timersub timersub #endif +void qemu_set_cloexec(int fd); + #endif |