]> granicus.if.org Git - strace/commit
Enhance setns syscall decoding
authorMasatake YAMATO <yamato@redhat.com>
Tue, 13 May 2014 16:46:04 +0000 (01:46 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 May 2014 23:22:47 +0000 (23:22 +0000)
commitb2ede14797b729659b0397431b28f34e57b5c4e7
tree6c05fb5e997b78b9e71514897c9141fd45e2484a
parent985425a30bb5d380e160acde997770067388dc76
Enhance setns syscall decoding

* process.c (sys_setns): New function.
Decode the 2nd syscall argument using clone_flags.
* linux/syscall.h (sys_setns): New prototype.
* linux/dummy.h (sys_setns): Remove.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
linux/dummy.h
linux/syscall.h
process.c