*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
[platform/upstream/busybox.git] / libbb / get_line_from_file.c
index 3cb46d2..cbfb45b 100644 (file)
@@ -9,11 +9,6 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-/* for getline() [GNUism]
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
-*/
 #include "libbb.h"
 
 /* This function reads an entire line from a text file, up to a newline