1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Correct the version number for gets_s(3).

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:38:25 +00:00
parent c13559d31e
commit c515994ef4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331945

View File

@ -160,12 +160,12 @@ FBSD_1.3 {
open_wmemstream;
mkostemp;
mkostemps;
gets_s;
};
FBSD_1.4 {
fdclose;
fopencookie;
gets_s;
};
FBSDprivate_1.0 {