freebsd-src/lib/libc/gmon/Symbol.map
Brooks Davis 4d6722ec69 libc: don't try to export mexitcount
This requires that mcount.c be compiled with -DGUPROF and we provide no
mechanism to do so.

Differential Revision:	https://reviews.freebsd.org/D44186
2024-04-16 22:14:20 +01:00

10 lines
87 B
Plaintext

FBSD_1.0 {
_mcleanup;
monstartup;
moncontrol;
};
FBSDprivate_1.0 {
_gmonparam;
};