2 * Check decoding of pipe syscall.
4 * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
5 * Copyright (c) 2015-2019 The strace developers.
8 * SPDX-License-Identifier: GPL-2.0-or-later
25 int *const fds = tail_alloc(sizeof(*fds) * 2);
27 perror_msg_and_fail("pipe");
34 SKIP_MAIN_UNDEFINED("__NR_pipe")