]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove masking macros for getwc(), putwc(), putwchar() and getwchar().
authortjr <tjr@FreeBSD.org>
Sat, 28 Sep 2002 07:43:44 +0000 (07:43 +0000)
committertjr <tjr@FreeBSD.org>
Sat, 28 Sep 2002 07:43:44 +0000 (07:43 +0000)
commit79f7c6df9ad682ea7f68fea69447b8aa16626f89
treefec21277845a6002b681cb3657cfe09bf6cfe40c
parent609d82aa67bce900c025f86c5e2516ecaa8de7dd
Remove masking macros for getwc(), putwc(), putwchar() and getwchar().
Although there was nothing wrong with getwc() and putwc(), getwchar()
and putwchar() assumed that <stdio.h> had been included before <wchar.h>,
which is not allowed by the standard.
include/wchar.h
lib/libc/stdio/getwc.c
lib/libc/stdio/getwchar.c
lib/libc/stdio/putwc.c
lib/libc/stdio/putwchar.c