summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/noophooks.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+2
|
* clean up warningsMike Frysinger2005-12-101-2/+3
|
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-211-0/+26
more sane than 'gcc -pg' and seems much easier to support. -Erik