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.
This commit is contained in:
Guillem Jover 2009-12-11 23:01:02 +01:00
parent 254808d9ef
commit 7da57b293f
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ LIBBSD_0.0 {
bsd_getopt; optreset;
errc; warnc; verrc; vwarnc;
fgetln;
fgetwln;
fmtcheck;
heapsort;
humanize_number;

View File

@ -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