diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-20 17:26:04 +0400 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-21 17:03:51 +0400 |
| commit | 282468c7c4c84ce497e51d046f545badc320c154 (patch) | |
| tree | 98e486e5c5ee8d30261554017789e750b3365f52 /include/qemu/cutils.h | |
| parent | 73991a922217a499ffb19fa254b1fda8bfac42c4 (diff) | |
| download | focaccia-qemu-282468c7c4c84ce497e51d046f545badc320c154.tar.gz focaccia-qemu-282468c7c4c84ce497e51d046f545badc320c154.zip | |
include: move qemu_fdatasync() to osdep
Move QEMU-specific code to util/osdep.c, so cutils can become a common subproject. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220420132624.2439741-22-marcandre.lureau@redhat.com>
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 fb47ec9318..5c6572d444 100644 --- a/include/qemu/cutils.h +++ b/include/qemu/cutils.h @@ -129,7 +129,6 @@ static inline const char *qemu_strchrnul(const char *s, int c) const char *qemu_strchrnul(const char *s, int c); #endif time_t mktimegm(struct tm *tm); -int qemu_fdatasync(int fd); int qemu_parse_fd(const char *param); int qemu_strtoi(const char *nptr, const char **endptr, int base, int *result); |