summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-27 04:31:45 +0000
committerJim Meyering <jim@meyering.net>1998-04-27 04:31:45 +0000
commitfef313b2b0f24612bffa6e6e00b349983a532a43 (patch)
tree78592ad4a2a5926dbe69d8f2d62aea397e7aa003 /src/uniq.c
parent464e2ce05d057141ebd168c72d78869a84164ea6 (diff)
downloadcoreutils-fef313b2b0f24612bffa6e6e00b349983a532a43.tar.xz
Remove definition of _GNU_SOURCE
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c3
1 files changed, 0 insertions, 3 deletions
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>