mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ FBSD_1.0 {
|
|||
_mcleanup;
|
||||
monstartup;
|
||||
moncontrol;
|
||||
mexitcount;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue