summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unexpand.c3
-rw-r--r--src/uniq.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index 22acbe6b8..42df105dd 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -37,9 +37,6 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
diff --git a/src/uniq.c b/src/uniq.c
index 27395afd3..272611254 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -19,9 +19,6 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>