The source project of this merge request has been removed.
Fix compiler error when memfd is absent
This fixes the following compiler error.
shm.cpp:89:9: error: use of undeclared identifier 'fd'
fd = mkstemp(templateName);
^
This fixes the following compiler error.
shm.cpp:89:9: error: use of undeclared identifier 'fd'
fd = mkstemp(templateName);
^