Over in tinygo, https://github.com/tinygo-org/tinygo/pull/2644 shows two interesting errors: ``` ld.lld: error: undefined symbol: _readdir_r$INODE64 tinygo:ld.lld: error: undefined symbol: _fdopendir$INODE64 ``` Those errors go away if you revert https://github.com/tinygo-org/tinygo/pull/2586 Those function calls have been in use since https://github.com/tinygo-org/tinygo/pull/2499 landed.