From: Jim Meyering Date: Mon, 27 Apr 1998 04:31:45 +0000 (+0000) Subject: Remove definition of _GNU_SOURCE X-Git-Tag: TEXTUTILS-1_22f~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fef313b2b0f24612bffa6e6e00b349983a532a43;p=thirdparty%2Fcoreutils.git Remove definition of _GNU_SOURCE --- diff --git a/src/unexpand.c b/src/unexpand.c index 22acbe6b86..42df105dd7 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -37,9 +37,6 @@ #include -/* Get isblank from GNU libc. */ -#define _GNU_SOURCE - #include #include #include diff --git a/src/uniq.c b/src/uniq.c index 27395afd34..2726112542 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -19,9 +19,6 @@ #include -/* Get isblank from GNU libc. */ -#define _GNU_SOURCE - #include #include #include