@@ -568,7 +568,7 @@ if ((stbuf.st_mode & S_IFIFO)) {
return-1;
}
#if defined (__linux__) || defined (__APPLE__)
#if defined (__linux__) || defined (__APPLE__) || defined (__CYGWIN__) || defined (__FreeBSD__)
#include<sys/mman.h>
structSHMEM{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.