You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dimichgh
changed the title
windows: always created paging mapping, not file mapping
windows: always creating paging mapping, not file mapping
May 11, 2016
https://github.com/ozra/mmap-io/blob/master/src/mman.h#L57
Should it be as follows?
HANDLE h = (fd != -1) ? HANDLE(_get_osfhandle(fd)) : INVALID_HANDLE_VALUE;
But anyways, this will still be broken due to this problem: nodejs/node#6369
The text was updated successfully, but these errors were encountered: