mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 01:53:20 +08:00
fix building on platforms without O_PATH
This commit is contained in:
parent
0abb2a960c
commit
c46134c03a
|
@ -26,6 +26,10 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#ifndef O_PATH
|
||||
# define O_PATH 0
|
||||
#endif
|
||||
|
||||
namespace fs
|
||||
{
|
||||
static
|
||||
|
|
Loading…
Reference in New Issue
Block a user