diff options
Diffstat (limited to 'include/qemu/cutils.h')
-rw-r--r-- | include/qemu/cutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/cutils.h b/include/qemu/cutils.h index 2137e65260..e873bad366 100644 --- a/include/qemu/cutils.h +++ b/include/qemu/cutils.h @@ -131,7 +131,6 @@ const char *qemu_strchrnul(const char *s, int c); time_t mktimegm(struct tm *tm); int qemu_fdatasync(int fd); int qemu_msync(void *addr, size_t length, int fd); -int fcntl_setfl(int fd, int flag); int qemu_parse_fd(const char *param); int qemu_strtoi(const char *nptr, const char **endptr, int base, int *result); |