diff options
| author | Laurent Vivier | 2016-06-11 02:19:46 +0200 |
|---|---|---|
| committer | Riku Voipio | 2016-06-26 12:17:21 +0200 |
| commit | 8997d1bd180ac268fe4bacfa5f0a38ed75809498 (patch) | |
| tree | 77f8cabd5512b38aed82e784691d3f549c30b696 /linux-user/strace.list | |
| parent | linux-user: add socketcall() strace (diff) | |
| download | qemu-8997d1bd180ac268fe4bacfa5f0a38ed75809498.tar.gz qemu-8997d1bd180ac268fe4bacfa5f0a38ed75809498.tar.xz qemu-8997d1bd180ac268fe4bacfa5f0a38ed75809498.zip | |
linux-user: add socket() strace
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/strace.list')
| -rw-r--r-- | linux-user/strace.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/strace.list b/linux-user/strace.list index b379497540..7c54dc667f 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1291,7 +1291,7 @@ { TARGET_NR_sigsuspend, "sigsuspend" , NULL, NULL, NULL }, #endif #ifdef TARGET_NR_socket -{ TARGET_NR_socket, "socket" , NULL, NULL, NULL }, +{ TARGET_NR_socket, "socket" , NULL, print_socket, NULL }, #endif #ifdef TARGET_NR_socketcall { TARGET_NR_socketcall, "socketcall" , NULL, print_socketcall, NULL }, |
