]> git.proxmox.com Git - mirror_qemu.git/commit
util: drop old utimensat() compat code
authorGreg Kurz <groug@kaod.org>
Thu, 25 May 2017 08:30:14 +0000 (10:30 +0200)
committerGreg Kurz <groug@kaod.org>
Thu, 25 May 2017 08:30:14 +0000 (10:30 +0200)
commitfcdcf1eed2fd26bfe836080755ba4322d3c1f2cc
treecf3400a0f71931bbb1514337c9836aa85fa583df
parent24df3371d97a7516605aef8abbc253a8c162b211
util: drop old utimensat() compat code

Now that 9pfs and virtfs-proxy-helper have been converted to utimensat(),
we don't need to keep qemu_utimens() anymore.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
configure
include/sysemu/os-posix.h
util/oslib-posix.c