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
Currently, calling mmap with the flag MAP_ANONYMOUS returns EBADF.
The mmap code looks for a file descriptor no matter what flags are passed, hence the error raised.
Currently, calling mmap with the flag MAP_ANONYMOUS returns EBADF.
The mmap code looks for a file descriptor no matter what flags are passed, hence the error raised.
The text was updated successfully, but these errors were encountered: