about summary refs log tree commit diff
path: root/include/dlfcn.h
Commit message (Expand)AuthorAgeFilesLines
* add time64 redirect for, and redirecting implementation of, dlsymRich Felker2019-11-021-0/+4
* const-qualify the address argument to dladdrRich Felker2014-01-061-1/+1
* implement minimal dlinfo functionRich Felker2013-06-291-0/+3
* add RTLD_NODELETE flag for dlopenRich Felker2013-01-231-0/+1
* add support for RTLD_NOLOAD to dlopenRich Felker2013-01-231-0/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker2012-09-061-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+7
* dladdr support for dynamic linker (nonstandard extension)Rich Felker2012-08-261-0/+10
* further fixup dlfcn.hRich Felker2011-06-271-4/+10
* match LSB/glibc constants for dynamic loaderRich Felker2011-06-271-4/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+19