Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-03-06 21:30:45 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-03-08 20:49:08 +0300
commitc8432a01c8401c121940c806a9d868c4adc4cefd (patch)
tree1bdee377ee8aa55d3267e2c749b6ac0a732fa3a2 /winsup/cygwin/common.din
parent51a993c266581ba41f1622abd274d9848a37cf1d (diff)
Implement dladdr() (partially)
Note that this always returns with dli_sname and dli_saddr set to NULL, indicating no symbol matching addr could be found. Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 6cbb012fc..f23681308 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -364,6 +364,7 @@ difftime NOSIGFE
dirfd SIGFE
dirname NOSIGFE
div NOSIGFE
+dladdr SIGFE
dlclose SIGFE
dlerror NOSIGFE
dlfork NOSIGFE