aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-27 12:12:01 +0200
committerMattias Andrée <maandree@kth.se>2018-10-27 12:12:01 +0200
commit1f7da5379b80254d6c54b4ae5b7de4686af5bba5 (patch)
tree860d07aae73f535f5bbaeb10733dac77bef45c23 /Makefile
parentAdd man pages for strn[case]chr[nul] and strrn[case]chr (diff)
downloadlibsimple-1f7da5379b80254d6c54b4ae5b7de4686af5bba5.tar.gz
libsimple-1f7da5379b80254d6c54b4ae5b7de4686af5bba5.tar.bz2
libsimple-1f7da5379b80254d6c54b4ae5b7de4686af5bba5.tar.xz
Remove strndup, it is in POSIX
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 575e689..3469282 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,6 @@ OBJ =\
strncasestr.o\
strnchr.o\
strnchrnul.o\
- strndup.o\
strnend.o\
strnends.o\
strneqlen.o\