dlfcn: always define _GNU_SOURCE
authorKurt Roeckx <kurt@roeckx.be>
Mon, 23 Dec 2013 18:06:34 +0000 (19:06 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Tue, 30 Dec 2014 15:46:46 +0000 (16:46 +0100)
commitc18440956dd4a756e778b05d6ceadc27bd034edb
tree0eeb77cae3ccbf502739ed3302bf2b733bcf7cdc
parent8c00f4cfd2e4265f39e8fa0e3d10406a542647f0
dlfcn: always define _GNU_SOURCE

We need this for the freebsd kernel with glibc as used in the Debian kfreebsd
ports.  There shouldn't be a problem defining this on systems not using glibc.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/dso/dso_dlfcn.c