diff options
| author | Laurent Vivier | 2011-02-15 21:10:43 +0100 |
|---|---|---|
| committer | Riku Voipio | 2011-02-17 10:46:34 +0100 |
| commit | 4de596cb5092fbe125beb5e0b684cf0da7359624 (patch) | |
| tree | f9af2cb3d4ad11ae0b74ad1bfc8dc307eddea410 /linux-user/strace.list | |
| parent | Merge remote branch 'kwolf/for-anthony' into staging (diff) | |
| download | qemu-4de596cb5092fbe125beb5e0b684cf0da7359624.tar.gz qemu-4de596cb5092fbe125beb5e0b684cf0da7359624.tar.xz qemu-4de596cb5092fbe125beb5e0b684cf0da7359624.zip | |
linux-user: add rmdir() strace
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Diffstat (limited to 'linux-user/strace.list')
| -rw-r--r-- | linux-user/strace.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/strace.list b/linux-user/strace.list index d7be0e7a68..563a67f0a2 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -495,6 +495,9 @@ #ifdef TARGET_NR_mkdirat { TARGET_NR_mkdirat, "mkdirat" , NULL, print_mkdirat, NULL }, #endif +#ifdef TARGET_NR_rmdir +{ TARGET_NR_rmdir, "rmdir" , NULL, print_rmdir, NULL }, +#endif #ifdef TARGET_NR_mknod { TARGET_NR_mknod, "mknod" , NULL, print_mknod, NULL }, #endif |
