Skip to content

JS: fix issues with FD api support

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/js-fcntl into master
  • Add missing implementations for fcntl_read/write/lock
  • Fix fdGetMode

These were found while implementing TH in !9779 (closed). These functions must be used somehow by the external interpreter code.

Merge request reports