]> git.ipfire.org Git - thirdparty/libsolv.git/commit
_GNU_SOURCE should be defined before including any headers 209/head
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 19 Jan 2017 15:21:34 +0000 (15:21 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 25 May 2017 20:33:20 +0000 (21:33 +0100)
commit1067b92068e1677588105f522e0bd5dbc81891e5
tree62a7394f5de976f974449792e1791abb2e01ecf5
parent419c4cb3dbe30b6f721100252fa710576bd81282
_GNU_SOURCE should be defined before including any headers

per https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
"These directives must come before any #include of a system header file."

This actually causes a problem when compiling with newlib headers.
src/poolvendor.c