Skip to content

Fix compiler error when memfd is absent

Biswapriyo Nath requested to merge (removed):no-memfd-compiler-error into master
This fixes the following compiler error.

shm.cpp:89:9: error: use of undeclared identifier 'fd'
        fd = mkstemp(templateName);
        ^

Merge request reports

Loading