Skip to content

Commit

Permalink
jsc/wasm32/wasm32.jsc: add fcntl_p
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 1, 2021
1 parent 8c85218 commit b9a1b97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsc/wasm32/wasm32.jsc
Original file line number Diff line number Diff line change
Expand Up @@ -5624,6 +5624,10 @@ ThinThin.fcntl_i = function () {
return 0;
};

ThinThin.fcntl_p = function () {
return 0;
};

ThinThin.getcwd = function (addr, len) {
CStringTo(this.pwd, this.HEAP8, addr);

Expand Down

0 comments on commit b9a1b97

Please sign in to comment.