target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
[qemu/rayw.git] / qga / cutils.h
blobf0f30a7d28aa8edbdb7bf82aba57871422189ef1
1 #ifndef CUTILS_H_
2 #define CUTILS_H_
4 #include "qemu/osdep.h"
6 int qga_open_cloexec(const char *name, int flags, mode_t mode);
8 #endif /* CUTILS_H_ */