diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-27 04:31:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-27 04:31:45 +0000 |
commit | fef313b2b0f24612bffa6e6e00b349983a532a43 (patch) | |
tree | 78592ad4a2a5926dbe69d8f2d62aea397e7aa003 /src | |
parent | 464e2ce05d057141ebd168c72d78869a84164ea6 (diff) | |
download | coreutils-fef313b2b0f24612bffa6e6e00b349983a532a43.tar.xz |
Remove definition of _GNU_SOURCE
Diffstat (limited to 'src')
-rw-r--r-- | src/unexpand.c | 3 | ||||
-rw-r--r-- | src/uniq.c | 3 |
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> |