mirror of
https://github.com/ceph/go-ceph
synced 2024-12-24 15:13:11 +00:00
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>
This commit is contained in:
parent
5a7f9c9050
commit
065319c787
@ -2,12 +2,10 @@ package dlsym
|
||||
|
||||
// #cgo LDFLAGS: -ldl
|
||||
//
|
||||
// #define _GNU_SOURCE
|
||||
//
|
||||
// #include <stdlib.h>
|
||||
// #include <dlfcn.h>
|
||||
//
|
||||
// #ifndef RTLD_DEFAULT /* from dlfcn.h */
|
||||
// #define RTLD_DEFAULT ((void *) 0)
|
||||
// #endif
|
||||
import "C"
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user