diff options
| author | Richard Henderson | 2012-06-02 03:48:39 +0200 |
|---|---|---|
| committer | Richard Henderson | 2012-08-04 18:37:49 +0200 |
| commit | e7ea6cbefdddd63851d3e9b7bc1f82c2c2985756 (patch) | |
| tree | f096c642456b5b5057d92c1742833d29e0ce8ad8 /linux-user/strace.list | |
| parent | linux-user: Allocate the right amount of space for non-fixed file maps (diff) | |
| download | qemu-e7ea6cbefdddd63851d3e9b7bc1f82c2c2985756.tar.gz qemu-e7ea6cbefdddd63851d3e9b7bc1f82c2c2985756.tar.xz qemu-e7ea6cbefdddd63851d3e9b7bc1f82c2c2985756.zip | |
linux-user: Translate pipe2 flags; add to strace
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
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 a7eeaef99f..af3c6a0cce 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1527,3 +1527,6 @@ #ifdef TARGET_NR_sync_file_range2 { TARGET_NR_sync_file_range2, "sync_file_range2", NULL, NULL, NULL }, #endif +#ifdef TARGET_NR_pipe2 +{ TARGET_NR_pipe2, "pipe2", NULL, NULL, NULL }, +#endif |
