<stdio.h>: Hide macros that break global :: ns in cxx.
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 30 Jun 2016 14:56:03 +0000 (17:56 +0300)
committerzrj <zrj@dragonflybsd.org>
Mon, 4 Jul 2016 10:03:38 +0000 (13:03 +0300)
commit513b6430389cd0d20fbc2e5aa62d9c5246729321
tree47183dccff634e1fbab4b2135a5110c4d16fc94c
parent8f4764f4055656a14d4df014637026d75ace0c8e
<stdio.h>: Hide macros that break global :: ns in cxx.

Avoid expanding macros  ::(!__isthreaded ?...) to poorly written
ports that assume some specific libc/stdio.h implementation.
Will help with patching efforts to have less +<cstdio> patches
in dports using c++ codes.
include/stdio.h