numam-dpdk/app
Anatoly Burakov 5d7b673d5f mk: build with _GNU_SOURCE defined by default
We use _GNU_SOURCE all over the place, but often times we miss
defining it, resulting in broken builds on musl. Rather than
fixing every library's and driver's and application's makefile,
fix it by simply defining _GNU_SOURCE by default for all
builds.

Remove all usages of _GNU_SOURCE in source files and makefiles,
and also fixup a couple of instances of using __USE_GNU instead
of _GNU_SOURCE.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-10-22 11:28:27 +02:00
..
pdump app/pdump: use EAL hotplug instead of ethdev attach 2018-08-06 00:52:16 +02:00
proc-info app/procinfo: fix sprintf overrun 2018-05-14 23:32:23 +02:00
test-bbdev app/bbdev: fix inputs mbuf creation 2018-08-30 05:10:50 +02:00
test-crypto-perf app/test-crypto-perf: fix double allocation of memory 2018-09-25 17:57:25 +02:00
test-eventdev app/eventdev: support Tx adapter 2018-10-01 16:54:00 +02:00
test-pmd mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
Makefile app/procinfo: rename folder to remove underscore 2018-03-12 16:29:27 +01:00
meson.build mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00