summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/pipe.S
Commit message (Collapse)AuthorAgeFilesLines
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-7/+0
| | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
* Fix a compile errorEric Andersen2003-02-091-1/+0
|
* Patch from Marshall M. Midden @ brecis.com:Eric Andersen2003-01-301-0/+39
pipe.c for mips was broken with freeswan. No error checking.