nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

serdes: fix compilation errors on NetBSD 8.2 #146

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

This commit removes a macro, and fixes compilation errors on certain platforms such as NetBSD 8.2.

Refs: https://github.com/nodejs/node/issues/34510 Fixes: https://github.com/cjihrig/uvwasi/issues/145