about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-26 09:29:11 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-11-30 13:13:03 -0300
commitefc6b2dbc47231dee7a7ac39beec808deb4e4d1f (patch)
treef5686babdb8325e2bbe9a41e36e0f9c26006c095 /sysdeps/unix/sysv/linux/mips
parent5b3e31e3124bf89710e5c25176c70fdf66c2a212 (diff)
downloadglibc-efc6b2dbc47231dee7a7ac39beec808deb4e4d1f.tar.gz
glibc-efc6b2dbc47231dee7a7ac39beec808deb4e4d1f.tar.xz
glibc-efc6b2dbc47231dee7a7ac39beec808deb4e4d1f.zip
linux: Implement pipe in terms of __NR_pipe2
The syscall pipe2 was added in linux 2.6.27 and glibc requires linux
3.2.0.  The patch removes the arch-specific implementation for alpha,
ia64, mips, sh, and sparc which requires a different kernel ABI
than the usual one.

Checked on x86_64-linux-gnu and with a build for the affected ABIs.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/pipe.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/pipe.S b/sysdeps/unix/sysv/linux/mips/pipe.S
deleted file mode 100644
index 1708888da4..0000000000
--- a/sysdeps/unix/sysv/linux/mips/pipe.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/unix/mips/pipe.S>