MIPS' pipe(2) is weird, but MIPS' pipe2(2) is the same as everyone else's.

arch/mips/kernel/syscall.c has a special sysm_pipe wrapper, but there's
no special treatment of pipe2 because it carries no historical baggage.

Change-Id: I892c0f690b21992c8a48276a9b732126f18fc0ee
This commit is contained in:
Elliott Hughes
2013-10-23 11:21:36 -07:00
parent 97dc3309f3
commit b8cf18b4dd
2 changed files with 0 additions and 61 deletions

View File

@@ -10,7 +10,6 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
arch-mips/bionic/ffs.S \
arch-mips/bionic/memcmp16.S \
arch-mips/bionic/memmove.c \
arch-mips/bionic/pipe.S \
arch-mips/bionic/setjmp.S \
arch-mips/bionic/sigsetjmp.S \
arch-mips/bionic/vfork.S \