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 16:00:23 +0000 (17:00 +0100)
commit7858d304bcfaf4e3af8fd0aec8fc3fe2a8227171
tree5f77274efe0c9352b82559ab384d4dee5cbeddba
parentf14a6bf5151602d93866059af0f972710446a55c
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