summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getwc.c
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-09-28 07:43:44 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-09-28 07:43:44 +0000
commit3619568a645e92383cd7dfb4a6bb334c24803733 (patch)
treefec21277845a6002b681cb3657cfe09bf6cfe40c /lib/libc/stdio/getwc.c
parentee38d590ffe9bd32453d8c00047989c1c9175afd (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/getwc.c')
-rw-r--r--lib/libc/stdio/getwc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/getwc.c b/lib/libc/stdio/getwc.c
index ac1a763cd467..e133868f0b9f 100644
--- a/lib/libc/stdio/getwc.c
+++ b/lib/libc/stdio/getwc.c
@@ -36,10 +36,8 @@ __FBSDID("$FreeBSD$");
/*
* Synonym for fgetwc(). The only difference is that getwc(), if it is a
- * macro, may evaluate `fp' more than once. Function call overhead is not
- * an issue here: wchar.h #define's getwc to fgetwc.
+ * macro, may evaluate `fp' more than once.
*/
-#undef getwc
wint_t
getwc(FILE *fp)
{