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
This is used e.g. by the sanitizer runtimes, but since unistd.h declares syscall/__syscall with an integer return value it's not possible to actually call mmap() successfully:
This is used e.g. by the sanitizer runtimes, but since unistd.h declares syscall/__syscall with an integer return value it's not possible to actually call mmap() successfully:
cheribsd/include/unistd.h
Lines 582 to 583 in 698d163
Should these be changed to intptr_t for purecap?
The text was updated successfully, but these errors were encountered: