mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Avoid linker conflicts on DescribeFoo symbols
These symbols belong to the user. It caused a confusing error for Blink.
This commit is contained in:
parent
38cc4b3c68
commit
bb06230f1e
120 changed files with 346 additions and 347 deletions
|
@ -53,7 +53,7 @@ void report_cancelation_point(int sysv_ordinal, int xnu_ordinal) {
|
|||
char bt[160];
|
||||
struct StackFrame *bp = __builtin_frame_address(0);
|
||||
kprintf("error: report_cancelation_point(%#x, %#x) %s\n", sysv_ordinal,
|
||||
xnu_ordinal, (DescribeBacktrace)(bt, bp));
|
||||
xnu_ordinal, _DescribeBacktrace(bt, bp));
|
||||
__builtin_trap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue