add obsolete futimesat()
authorrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 18:29:38 +0000 (19:29 +0100)
committerrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 19:27:54 +0000 (20:27 +0100)
commit7aec71c411373f8b28a8ba1443f2631ad08d4a1b
tree695e17d0e57a2273926da808cf865b2ecaf76542
parenta631c5df53c22146389228f228506936e258379b
add obsolete futimesat()

this function is obsolete, however it's available as a syscall
and as such qemu userspace emulation tries to forward it to the
host kernel.
include/sys/time.h
src/stat/futimesat.c [new file with mode: 0644]