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/pipe | |
| parent | 61936307866445588e3912c98f87e8ae1a4e5ddf (diff) | |
sys/linux/test: use pipe2 instead of pipe
pipe does not exist on arm64.
Diffstat (limited to 'sys/linux/test/pipe')
| -rw-r--r-- | sys/linux/test/pipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/pipe b/sys/linux/test/pipe index 47daff19d..c9e0dd580 100644 --- a/sys/linux/test/pipe +++ b/sys/linux/test/pipe @@ -1,3 +1,3 @@ -pipe(&(0x7f0000000000)={<r0=>0x0, <r1=>0x0}) +pipe2(&(0x7f0000000000)={<r0=>0x0, <r1=>0x0}, 0x0) close(r0) close(r1) |
