From 4de596cb5092fbe125beb5e0b684cf0da7359624 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 15 Feb 2011 21:10:43 +0100 Subject: linux-user: add rmdir() strace Signed-off-by: Laurent Vivier Signed-off-by: Riku Voipio --- linux-user/strace.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'linux-user/strace.c') diff --git a/linux-user/strace.c b/linux-user/strace.c index 18366661cd..05277c0183 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -876,6 +876,18 @@ print_mkdirat(const struct syscallname *name, } #endif +#ifdef TARGET_NR_rmdir +static void +print_rmdir(const struct syscallname *name, + abi_long arg0, abi_long arg1, abi_long arg2, + abi_long arg3, abi_long arg4, abi_long arg5) +{ + print_syscall_prologue(name); + print_string(arg0, 0); + print_syscall_epilogue(name); +} +#endif + #ifdef TARGET_NR_mknod static void print_mknod(const struct syscallname *name, -- cgit v1.2.3-55-g7522