From c8432a01c8401c121940c806a9d868c4adc4cefd Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 6 Mar 2017 18:30:45 +0000 Subject: 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 --- winsup/cygwin/common.din | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/common.din') 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 -- cgit v1.2.3