The correct symbol version for FreeBSD 12 is 1.5.

Reported by:	kib@
MFC after:	2 weeks
X-MFC with:	r331936
Differential Revision:	https://reviews.freebsd.org/D12785
This commit is contained in:
Cy Schubert 2018-04-03 20:53:53 +00:00
parent c515994ef4
commit e8a4bb5866
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331947

View file

@ -160,7 +160,6 @@ FBSD_1.3 {
open_wmemstream;
mkostemp;
mkostemps;
gets_s;
};
FBSD_1.4 {
@ -168,6 +167,10 @@ FBSD_1.4 {
fopencookie;
};
FBSD_1.5 {
gets_s;
};
FBSDprivate_1.0 {
_flockfile;
_flockfile_debug_stub;