summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-1/+1
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Merge from trunk."Steven J. Hill"2006-12-161-2/+3
|
* Merge from trunk."Steven J. Hill"2006-08-181-9/+12
|
* Merge from trunk."Steven J. Hill"2006-02-281-4/+10
|
* Merge from trunk."Steven J. Hill"2005-12-101-3/+2
|
* Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen2002-01-021-0/+1
| | | | compile nits with the SH architecture, and support SH4,
* Fixup the pipe system call for the SH target.David McCullough2001-08-061-0/+30
The FD's are returned in registers.