d98d230378
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
16 lines
128 B
Plaintext
16 lines
128 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
fpgetmask;
|
|
fpgetround;
|
|
fpsetmask;
|
|
fpsetround;
|
|
};
|
|
|
|
FBSD_1.5 {
|
|
fpgetsticky;
|
|
fpsetsticky;
|
|
};
|