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:
parent
40d05103d8
commit
51cbd5d9d7
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user