Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / qga / cutils.h
blobc1f2f4b17a0f0ab8ed1b1da732daeb23f5190786
1 #ifndef CUTILS_H_
2 #define CUTILS_H_
4 int qga_open_cloexec(const char *name, int flags, mode_t mode);
6 #endif /* CUTILS_H_ */