summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-12-11 23:01:02 +0100
committerGuillem Jover <guillem@hadrons.org>2009-12-12 01:11:08 +0100
commit7da57b293f96d0c52e5b76b539e934db49323ee2 (patch)
treec40541c2c3cefa2415675d9bd6048a79f6ee2c76 /include/bsd
parent254808d9ef26c5910f981f8119af62db3d7fd72e (diff)
downloadlibbsd-7da57b293f96d0c52e5b76b539e934db49323ee2.tar.gz
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.
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/string.h2
1 files changed, 0 insertions, 2 deletions
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