mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Make the sys_newlstat wrapper more like those of similar *stat() syscalls.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10339
This commit is contained in:
parent
4c45289dca
commit
e4cbc57ed9
@ -3365,9 +3365,7 @@ PRE(sys_newlstat)
|
||||
POST(sys_newlstat)
|
||||
{
|
||||
vg_assert(SUCCESS);
|
||||
if (RES == 0) {
|
||||
POST_MEM_WRITE( ARG2, sizeof(struct vki_stat) );
|
||||
}
|
||||
POST_MEM_WRITE( ARG2, sizeof(struct vki_stat) );
|
||||
}
|
||||
|
||||
PRE(sys_mkdir)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user