- we don't have xlocale - so we use __bsd_locale_fallbacks_h, yes even for #include <iostream> - that depends on mbsnrtowcs and wcsnrtombs from wchar.h - those require __POSIX_VISIBLE to be >= 200809... bump accordingly. tested by naddy@, no breakage on gcc platforms.