fix building on platforms without O_PATH
@ -26,6 +26,10 @@
#include <string>
#ifndef O_PATH
# define O_PATH 0
#endif
namespace fs
{
static
xxxxxxxxxx
xxxxxxxxxx