<stdio.h>/<wchar.h>: Reduce namespace pollution in <wchar.h>.
authorSascha Wildner <saw@online.de>
Wed, 4 May 2016 21:04:48 +0000 (23:04 +0200)
committerSascha Wildner <saw@online.de>
Wed, 4 May 2016 21:04:48 +0000 (23:04 +0200)
commit69e6516956c27905b4070759b0c597e6ab8b1ba5
tree0ac690c19555fc5d71f25161ace03346b9f8005c
parentf15e0e4d3d48677151ba61922962a6f9e7394f42
<stdio.h>/<wchar.h>: Reduce namespace pollution in <wchar.h>.

Instead of including the whole of <stdio.h> in <wchar.h>, just define
FILE there too, which is all it needs.

Based on FreeBSD's similar definitions.
include/stdio.h
include/wchar.h