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:
parent
c515994ef4
commit
e8a4bb5866
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user