aboutsummaryrefslogtreecommitdiff
path: root/target-alpha
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@iki.fi>2009-04-21 15:01:51 +0300
committerRiku Voipio <riku.voipio@nokia.com>2009-06-16 16:56:28 +0300
commitebc996f3b13004e7272c462254522ba0102f09fe (patch)
tree52e818a802cbde12f5fbacc0d4b01b12822d8b27 /target-alpha
parent74d753ac86c525380513dc57a2ab319606c7c07c (diff)
linux-user: fix utimensat
The glibc function for utimensat glibc returns -EINVAL when the path is null which is a different behaviour with the syscall. path can be null because internally the glibc is using utimensat with path null when implmenting futimens. If path is null, call futimes instead. don't try to copy timespec from user if is NULL. Add configure check for older systems Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Diffstat (limited to 'target-alpha')
0 files changed, 0 insertions, 0 deletions