summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/local.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-20 13:20:41 +0000
committertjr <tjr@FreeBSD.org>2002-09-20 13:20:41 +0000
commit124e10a79789354088f943545a5e56f4cc7c94bd (patch)
treedba84dabdfa686ba4668a3256bd3ecb1eb4313be /lib/libc/stdio/local.h
parent1919170e9039df45d87abbe1d7b256cc0db1ed19 (diff)
downloadFreeBSD-src-124e10a79789354088f943545a5e56f4cc7c94bd.zip
FreeBSD-src-124e10a79789354088f943545a5e56f4cc7c94bd.tar.gz
Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()
and __fgetwc() which can be used when we know the file is locked.
Diffstat (limited to 'lib/libc/stdio/local.h')
-rw-r--r--lib/libc/stdio/local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h
index bfa4aab..6c860cd 100644
--- a/lib/libc/stdio/local.h
+++ b/lib/libc/stdio/local.h
@@ -53,6 +53,8 @@ extern fpos_t _sseek(FILE *, fpos_t, int);
extern int _ftello(FILE *, fpos_t *);
extern int _fseeko(FILE *, off_t, int, int);
extern int __fflush(FILE *fp);
+extern wint_t __fgetwc(FILE *);
+extern wint_t __fputwc(wchar_t, FILE *);
extern int __sflush(FILE *);
extern FILE *__sfp(void);
extern int __srefill(FILE *);
OpenPOWER on IntegriCloud