]> git.proxmox.com Git - qemu.git/blobdiff - qemu-os-posix.h
softfloat: Replace int16 type with int_fast16_t
[qemu.git] / qemu-os-posix.h
index 920499d83642e5255a82d9e468d01ec8325eaa16..8e1149d9640cde3735aa5c26fb6849acb9d6e6c4 100644 (file)
@@ -44,7 +44,6 @@ typedef struct timeval qemu_timeval;
 #endif
 #endif
 typedef struct timespec qemu_timespec;
-int qemu_utimensat(int dirfd, const char *path, const qemu_timespec *times,
-    int flags);
+int qemu_utimens(const char *path, const qemu_timespec *times);
 
 #endif