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
This commit is contained in:
Brooks Davis 2024-04-16 18:01:35 +01:00
parent 1b10a30539
commit 4d6722ec69

View file

@ -2,7 +2,6 @@ FBSD_1.0 {
_mcleanup; _mcleanup;
monstartup; monstartup;
moncontrol; moncontrol;
mexitcount;
}; };
FBSDprivate_1.0 { FBSDprivate_1.0 {