Revision 4de596cb linux-user/strace.c

b/linux-user/strace.c
876 876
}
877 877
#endif
878 878

  
879
#ifdef TARGET_NR_rmdir
880
static void
881
print_rmdir(const struct syscallname *name,
882
    abi_long arg0, abi_long arg1, abi_long arg2,
883
    abi_long arg3, abi_long arg4, abi_long arg5)
884
{
885
    print_syscall_prologue(name);
886
    print_string(arg0, 0);
887
    print_syscall_epilogue(name);
888
}
889
#endif
890

  
879 891
#ifdef TARGET_NR_mknod
880 892
static void
881 893
print_mknod(const struct syscallname *name,

Also available in: Unified diff