Publish fp[get][set]sticky() for ARMv6.

Although fp[get][set]sticky() functions are obsolete, they are still
required for GNU fortran49 library.

MFC after: 2 months
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D9634
This commit is contained in:
Michal Meloun 2017-02-17 13:49:46 +00:00
parent 269d8c86e9
commit d98d230378
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313873

View File

@ -8,3 +8,8 @@ FBSD_1.0 {
fpsetmask;
fpsetround;
};
FBSD_1.5 {
fpgetsticky;
fpsetsticky;
};