Implicit declaration of 'memfd_create'
I’m trying to use functions from mman.h in my c code. The code compiles fine with g++/clang++, but when using gcc/clang it says that memfd_create has not been declared, however the code still runs fine. I tried compiling online with godbolt and it’s the same as locally, so I doubt it’s something wrong with my… Read More Implicit declaration of 'memfd_create'