diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-02-13 11:51:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-13 15:58:42 +0100 |
| commit | 22f84b5e5691e13679b10ae18792e9547f093c68 (patch) | |
| tree | 8269724b0d1d8b866b09b5671af27669ba263591 /sys/linux/test/fd_assignment | |
| parent | 61936307866445588e3912c98f87e8ae1a4e5ddf (diff) | |
sys/linux/test: use pipe2 instead of pipe
pipe does not exist on arm64.
Diffstat (limited to 'sys/linux/test/fd_assignment')
| -rw-r--r-- | sys/linux/test/fd_assignment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/fd_assignment b/sys/linux/test/fd_assignment index 0aa82a8b2..9e12f2974 100644 --- a/sys/linux/test/fd_assignment +++ b/sys/linux/test/fd_assignment @@ -3,7 +3,7 @@ close(0x3) # EBADF close(0x4) # EBADF close(0x5) # EBADF -pipe(&(0x7f0000000000)={<r0=>0x0, <r1=>0x0}) +pipe2(&(0x7f0000000000)={<r0=>0x0, <r1=>0x0}, 0x0) close(0x3) close(0x4) close(0x5) # EBADF |
