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:
Alexander Kabaev 2007-05-16 02:32:55 +00:00
parent f1d16a11cb
commit f0cd539d5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169593

View File

@ -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;