mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
1ca8d0ab73
5 lines
81 B
C
5 lines
81 B
C
#include <unistd.h>
|
|||
|
|||
long pathconf(const char *path, int name) {
|
|||
return -1;
|
|||
}
|