libc: return 0 in 'fchmod' and 'utimes' dummies

Fixes #371.
This commit is contained in:
Christian Prochaska 2012-09-26 16:35:16 +02:00 committed by Norman Feske
parent ad70160847
commit 2c9c7c817b

View File

@ -39,7 +39,7 @@ DUMMY(-1, dup2)
DUMMY( 0, endpwent)
DUMMY(-1, _execve)
DUMMY(-1, execve)
DUMMY(-1, fchmod)
DUMMY( 0, fchmod)
DUMMY(-1, fchown)
DUMMY(-1, feholdexcept)
DUMMY(-1, fegetenv)
@ -143,7 +143,7 @@ DUMMY(-1, __test_sse)
DUMMY(-1, truncate)
DUMMY( 0, umask)
DUMMY(-1, _umtx_op)
DUMMY(-1, utimes)
DUMMY( 0, utimes)
DUMMY(-1, utrace)
DUMMY(-1, vfork)
DUMMY(-1, _wait4)