From e7ea6cbefdddd63851d3e9b7bc1f82c2c2985756 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 1 Jun 2012 18:48:39 -0700 Subject: linux-user: Translate pipe2 flags; add to strace Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/strace.list | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-user/strace.list') 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 -- cgit v1.2.3-55-g7522