Revert "<stdio.h>/<wchar.h>: Reduce namespace pollution in <wchar.h>."
commit46d47fba1c31740272e786dfa3260254c63b193e
authorSascha Wildner <saw@online.de>
Sun, 22 May 2016 23:06:10 +0000 (23 01:06 +0200)
committerSascha Wildner <saw@online.de>
Sun, 22 May 2016 23:06:10 +0000 (23 01:06 +0200)
tree68a9bc10669238ab484e2fc6ebb863676a7b80bd
parent240f0ad6e4174ffec8892758ad94f744ef8a4970
Revert "<stdio.h>/<wchar.h>: Reduce namespace pollution in <wchar.h>."

This reverts commit 69e6516956c27905b4070759b0c597e6ab8b1ba5.

It looks like something in our C++ headers causes breakage in some
dports when <wchar.h> doesn't also include <stdio.h>, specifically,
including <iostream> does not seem to bring in <stdio.h>
automatically, as it is on FreeBSD and Linux.

Since it is legal (per standard) for <wchar.h> to also provide the
symbols of <stdio.h>, revert this change for now.
include/stdio.h
include/wchar.h