summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove 80386 support from the ELF run time linker.jhb2004-11-161-19/+0
|
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
| | | | in <sys/cdefs.h> for compilers without support for inline.
* Allow threading libraries to register their own lockingkan2003-05-291-0/+336
implementation in case default one provided by rtld is not suitable. Consolidate various identical MD lock implementation into a single file using appropriate machine/atomic.h. Approved by: re (scottl)
OpenPOWER on IntegriCloud