These symbols don't belong here. Remove them. Since mips hasn't had

a release, I think there's no impact here...

Reviewed by:	cognet@
This commit is contained in:
Warner Losh 2009-02-19 18:03:41 +00:00
parent 40d05103d8
commit 51cbd5d9d7

View File

@ -34,7 +34,6 @@ FBSD_1.0 {
vfork;
brk;
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
fork;
sbrk;
};
@ -57,12 +56,9 @@ FBSDprivate_1.0 {
__siglongjmp;
__sys_vfork;
_vfork;
_brk;
end; /* XXX - Should this be _end (see sys/brk.S)? */
curbrk;
minbrk;
_brk;
__sys_fork;
_fork;
_sbrk;
};