Belatedly bump __FreeBSD_version for libc being an ld script.

This should have been done in r251668, on June 12, 2013.

This will have no practical consequences, besides having -lssp_nonshared
appearing twice on the command-line for systems built in this time frame.
This commit is contained in:
Jeremie Le Hen 2013-08-15 08:21:00 +00:00
parent ca04d21d5f
commit 2c7cd47838

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