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:53:48 +0000 (16:53 +0100)
commit06c3e65deb062f1ee29c4567eedc50f482a36e70
tree9ae64cd9bf00aa101a06973fbd601927a4e982c8
parent5984c7e3d5672198e08d40db978d7eb4868a16eb
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