Import strcasestr() from musl and remove -D_GNU_SOURCE

This commit is contained in:
sin
2014-11-20 23:43:08 +00:00
parent ea4f58ff02
commit ce86a05f36
5 changed files with 38 additions and 2 deletions

1
grep.c
View File

@@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "queue.h"