Shipwright/soh/platform/pathconf.c
2025-04-01 22:33:38 -04:00

5 lines
No EOL
81 B
C

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