Don't export _end on arm64 and riscv.
These platforms don't support brk() and sbrk(), which are the reason for exporting _end in the first place. MFC after: 1 week
This commit is contained in:
parent
e2c1730299
commit
2e7680c6bf
@ -33,6 +33,5 @@ FBSD_1.0 {
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
_set_tp;
|
||||
_end;
|
||||
__makecontext;
|
||||
};
|
||||
|
@ -33,6 +33,5 @@ FBSD_1.0 {
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
_set_tp;
|
||||
_end;
|
||||
__makecontext;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user