<wchar.h>: Explicitly add va_list definition.
authorzrj <rimvydas.jasinskas@gmail.com>
Sat, 20 Aug 2016 11:35:56 +0000 (14:35 +0300)
committerzrj <zrj@dragonflybsd.org>
Wed, 31 Aug 2016 07:46:00 +0000 (10:46 +0300)
commitc49e47afd5de0623dd6a7cee73d69b3421abd018
tree47edd7e75f5be391d414a2bae70d119edc1b5edf
parentb345f56cfb01db2dd70c7c24a706b794d0e0ce0b
<wchar.h>: Explicitly add va_list definition.

Looks like there are serious namespace pollution going on in wchar.h.
Still this header should provide va_list definition as per POSIX and not
rely on pollution that once gets fixed the defintion would be still there.

While there, add empty #ifdef va_start block to prevent dports gcc compilers
from "fixing" this header and causing header shadowing (current variant is fine).
include/wchar.h