mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
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:
parent
1b10a30539
commit
4d6722ec69
@ -2,7 +2,6 @@ FBSD_1.0 {
|
||||
_mcleanup;
|
||||
monstartup;
|
||||
moncontrol;
|
||||
mexitcount;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
|
Loading…
Reference in New Issue
Block a user