aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-12 19:42:44 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-12 19:43:03 -0500
commitc43ef2aedd0b2be3236e3e9feced447b956e496c (patch)
tree777c9a6cfff8d70e7a2ac395e942162522555ee8 /include
parent11b1ba397f9bef1266f073fafab3e8de51346032 (diff)
We don't need to implement strdup
After defining _GNU_SOURCE
Diffstat (limited to 'include')
-rw-r--r--include/stringop.h1
1 files changed, 0 insertions, 1 deletions
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