mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
9 lines
150 B
C
9 lines
150 B
C
|
#ifndef CUTILS_H_
|
||
|
#define CUTILS_H_
|
||
|
|
||
|
#include "qemu/osdep.h"
|
||
|
|
||
|
int qga_open_cloexec(const char *name, int flags, mode_t mode);
|
||
|
|
||
|
#endif /* CUTILS_H_ */
|