From c43ef2aedd0b2be3236e3e9feced447b956e496c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 12 Nov 2015 19:42:44 -0500 Subject: We don't need to implement strdup After defining _GNU_SOURCE --- include/stringop.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/stringop.h') diff --git a/include/stringop.h b/include/stringop.h index 49bfa771..febbbaba 100644 --- a/include/stringop.h +++ b/include/stringop.h @@ -33,5 +33,4 @@ char *cmdsep(char **stringp, const char *delim); // Split string into 2 by delim, handle quotes char *argsep(char **stringp, const char *delim); -char *strdup(const char *); #endif -- cgit v1.2.3-54-g00ecf