aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-12 19:42:44 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-12 19:42:44 -0500
commitc1e8de890311e274899d7231e677d52a438e6393 (patch)
tree777c9a6cfff8d70e7a2ac395e942162522555ee8 /include
parentdf5232a54d4c62828291cb694cc60b42cb492d50 (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