OSDN Git Service

Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_vivier...
[qmiga/qemu.git] / qga / cutils.h
1 #ifndef CUTILS_H_
2 #define CUTILS_H_
3
4 int qga_open_cloexec(const char *name, int flags, mode_t mode);
5
6 #endif /* CUTILS_H_ */