Belately bump __FreeBSD_version for introduction of __libc_start1()

and move of most of the initialization code from csu to libc.

Requested by:	jrtc27
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2023-03-18 08:21:59 +02:00
parent 3c2dc524c3
commit ab3ff87a33

View File

@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400082
#define __FreeBSD_version 1400083
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,