blob: c8fa7a857a2f800614a91a58864d37b8b4d7f644 [file] [log] [blame]
#include <unistd.h>
long pathconf(const char* path, int name) {
return fpathconf(-1, name);
}