diff options
Diffstat (limited to 'libc/string/generic/strnlen.c')
-rw-r--r-- | libc/string/generic/strnlen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c index c5da906ef..31b5ba8e0 100644 --- a/libc/string/generic/strnlen.c +++ b/libc/string/generic/strnlen.c @@ -21,7 +21,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define _GNU_SOURCE #include <string.h> #include <stdlib.h> |