summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/pipe.S
Commit message (Collapse)AuthorAgeFilesLines
* sparc: pipe.SAustin Foxley2010-10-011-1/+1
| | | | | | return value of pipe on success is supposed to be 0 Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-091-1/+1
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Add working pipe implementation for sparcAustin Foxley2009-05-261-0/+62
Also get rid of warning in sparc sigaction Signed-off-by: Austin Foxley <austinf@cetoncorp.com>