go-ceph/internal/dlsym
Anoop C S 065319c787 internal/dlsym: Define _GNU_SOURCE for RTLD_DEFAULT
man dlsym(3) says the following:
. . .
The _GNU_SOURCE feature test macro must be defined in order to obtain
the definitions of RTLD_DEFAULT and RTLD_NEXT from <dlfcn.h>.
. . .

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
2024-09-25 14:14:13 +00:00
..
dlsym_test.go internal: add dlsym package for working with dynamically loaded symbols 2024-07-25 12:03:15 +00:00
dlsym.go internal/dlsym: Define _GNU_SOURCE for RTLD_DEFAULT 2024-09-25 14:14:13 +00:00