diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 | 
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 | 
| commit | 3619568a645e92383cd7dfb4a6bb334c24803733 (patch) | |
| tree | fec21277845a6002b681cb3657cfe09bf6cfe40c /lib/libc/stdio/getwchar.c | |
| parent | ee38d590ffe9bd32453d8c00047989c1c9175afd (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/getwchar.c')
| -rw-r--r-- | lib/libc/stdio/getwchar.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index 25c15b0eb0f0..491ff9b7ffec 100644 --- a/lib/libc/stdio/getwchar.c +++ b/lib/libc/stdio/getwchar.c @@ -35,10 +35,8 @@ __FBSDID("$FreeBSD$");  #include "local.h"  /* - * Synonym for fgetwc(stdin). Function call overhead is not an issue here: - * wchar.h #define's getwchar() to fgetwc(stdin). + * Synonym for fgetwc(stdin).   */ -#undef getwchar  wint_t  getwchar(void)  {  | 
