Bump __FreeBSD_version for LC_*_MASK fix for newlocale(3) and querylocale(3)

This commit is contained in:
Andrey A. Chernov 2016-08-24 15:36:48 +00:00
parent 6377527147
commit 6a58af48d3

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1200003 /* Master, propagated to newvers */
#define __FreeBSD_version 1200004 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,