blob: bebcecb879f4db98e21ae8570a911fdb53102d5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
* This only needs to contain symbols that are not listed in
* symbol maps from other parts of libc (i.e., not found in
* stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
*/
FBSD_1.0 {
__flt_rounds;
fpgetmask;
fpsetmask;
};
|