mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Do not export 'end' symbol. It is not meant to be visible to outside
world and it wreak havoc if libc collides with other versioned libraries.
This commit is contained in:
parent
f1d16a11cb
commit
f0cd539d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ FBSDprivate_1.0 {
|
|||
__sys_vfork;
|
||||
_vfork;
|
||||
_brk;
|
||||
end; /* XXX - Should this be _end (see sys/brk.S)? */
|
||||
_end;
|
||||
curbrk;
|
||||
minbrk;
|
||||
_brk;
|
||||
|
|
|
|||
Loading…
Reference in a new issue