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
@ -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 New Issue
Block a user