summaryrefslogtreecommitdiffstats
path: root/tools/iio/iio_event_monitor.c
diff options
context:
space:
mode:
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>2015-02-26 10:49:26 +0200
committerJonathan Cameron <jic23@kernel.org>2015-03-09 17:17:26 +0000
commit976d9ab112bdef7b25827f576b33068704df78ee (patch)
treeb8f74336d268657db772310d6a6dc433c935db2f /tools/iio/iio_event_monitor.c
parent817020cfb3a2649064a1e14e083934234e2c208d (diff)
downloadlinux-976d9ab112bdef7b25827f576b33068704df78ee.tar.bz2
tools: iio: Define _GNU_SOURCE in Makefile
Definition of _GNU_SOURCE is needed to get rid of some warnings, such as: warning: implicit declaration of function `asprintf'. generic_buffer.c and iio_event_monitor.c define _GNU_SOURCE, but it is also needed in lsiio.c and iio_utils.c. For this reason, this patch adds the definition in Makefile and removes it from where it already exists. Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/iio/iio_event_monitor.c')
-rw-r--r--tools/iio/iio_event_monitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/iio/iio_event_monitor.c b/tools/iio/iio_event_monitor.c
index f19cff19900e..427c271ac0d6 100644
--- a/tools/iio/iio_event_monitor.c
+++ b/tools/iio/iio_event_monitor.c
@@ -16,8 +16,6 @@
*
*/
-#define _GNU_SOURCE
-
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>