diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-27 12:12:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-27 12:12:01 +0200 |
commit | 1f7da5379b80254d6c54b4ae5b7de4686af5bba5 (patch) | |
tree | 860d07aae73f535f5bbaeb10733dac77bef45c23 /Makefile | |
parent | Add man pages for strn[case]chr[nul] and strrn[case]chr (diff) | |
download | libsimple-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -102,7 +102,6 @@ OBJ =\ strncasestr.o\ strnchr.o\ strnchrnul.o\ - strndup.o\ strnend.o\ strnends.o\ strneqlen.o\ |