From 7da57b293f96d0c52e5b76b539e934db49323ee2 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 11 Dec 2009 23:01:02 +0100 Subject: Remove traces of fgetwln, it was never included This function was exposed in the header file and the versioning symbol file, but the actual code was never here. --- include/bsd/string.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/bsd') diff --git a/include/bsd/string.h b/include/bsd/string.h index cf6368b..293e093 100644 --- a/include/bsd/string.h +++ b/include/bsd/string.h @@ -36,8 +36,6 @@ __BEGIN_DECLS size_t strlcpy(char *dst, const char *src, size_t siz); size_t strlcat(char *dst, const char *src, size_t siz); char *fgetln(FILE *fp, size_t *lenp); -wchar_t *fgetwln(FILE * __restrict fp, size_t *lenp); - void strmode(mode_t mode, char *str); __END_DECLS -- cgit v1.2.3