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