Skip to content

Commit

Permalink
jsc/common/thinthin.jsc: add utimensat stub
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent 3eee7ab commit 15af245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsc/common/thinthin.jsc
Original file line number Diff line number Diff line change
Expand Up @@ -3598,3 +3598,8 @@ ThinThin.dup2 = function (oldfd, newfd) {

return 0;
};

ThinThin.utimensat = function (fdno, pathptr, timesptr, flag)
{
return 0;
};

0 comments on commit 15af245

Please sign in to comment.