summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/noophooks.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk."Steven J. Hill"2006-02-281-0/+2
|
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-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