mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
5 lines
81 B
C
5 lines
81 B
C
#include <unistd.h>
|
|
|
|
long pathconf(const char* path, int name) {
|
|
return -1;
|
|
} |