Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syscall: implement pipe() on linux/mips
Change the Pipe() function to use the pipe() syscall (which has a unique calling convention on linux/mips) instead of using pipe2(). This allows it work on kernels <2.6.27 when pipe2() was introduced. Change-Id: I65dfbd2a02b64e777a8eb13013d718e356521be6 GitHub-Last-Rev: c483a06 GitHub-Pull-Request: #26608 Reviewed-on: https://go-review.googlesource.com/125915 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Vladimir Stefanovic <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information