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:
Derek Schuff 2016-07-14 09:11:35 -07:00
parent 6ececfed67
commit 2a717f2d43

View File

@ -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'),