1
0
mirror of https://github.com/HarbourMasters/Shipwright.git synced 2025-03-04 10:39:45 -05:00

7 lines
83 B
C
Raw Normal View History

#include <unistd.h>
long pathconf(const char *path, int name) {
return -1;
}