freebsd-src/lib/libc/aarch64/Symbol.map

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
254 B
Plaintext
Raw Normal View History

/*
* 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 {
.mcount;
__flt_rounds;
fpgetmask;
fpsetmask;
};