diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-04 23:44:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-04 23:44:29 +0000 |
commit | 5006daea854fb2fa8532dd9925a3c355dfd540b6 (patch) | |
tree | 930ed885077838f36668aef81b5b39515ffb37df /config.h.post | |
parent | e4a349ac473803960fb153f440cc49a05fb2b0d3 (diff) | |
download | mandoc-5006daea854fb2fa8532dd9925a3c355dfd540b6.tar.gz |
remove strnlen(3) compat, we no longer use it
Diffstat (limited to 'config.h.post')
-rw-r--r-- | config.h.post | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.post b/config.h.post index f2d24297..07b53415 100644 --- a/config.h.post +++ b/config.h.post @@ -32,9 +32,6 @@ extern size_t strlcat(char *, const char *, size_t); #ifndef HAVE_STRLCPY extern size_t strlcpy(char *, const char *, size_t); #endif -#ifndef HAVE_STRNLEN -extern size_t strnlen(const char *, size_t); -#endif #ifndef HAVE_STRSEP extern char *strsep(char **, const char *); #endif |