mirror of
https://github.com/fluencelabs/musl
synced 2025-05-28 23:21:34 +00:00
Add __stdio_write and __stdout_write to musl_hack list of imports
They are now imported because they are address-taken
This commit is contained in:
parent
6ececfed67
commit
2a717f2d43
@ -864,6 +864,8 @@ var musl_hack = (function() {
|
||||
__set_thread_area: NYI('__set_thread_area'),
|
||||
snprintf: NYI('snprintf'),
|
||||
sprintf: NYI('sprintf'),
|
||||
__stdio_write: NYI('__stdio_write'),
|
||||
__stdout_write: NYI('__stdout_write'),
|
||||
__synccall: NYI('__synccall'),
|
||||
towlower: NYI('towlower'),
|
||||
towupper: NYI('towupper'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user