summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/dlfcn.h
Commit message (Collapse)AuthorAgeFilesLines
* ifdef out RTLD defines we dont actually support nor are in POSIXMike Frysinger2007-02-281-0/+2
|
* sync with upstream via psmMike Frysinger2006-08-241-1/+24
|
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-22/+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
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+64
and to better support each arch. This is a really big patch... -Erik