mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
7 lines
83 B
C
7 lines
83 B
C
|
#include <unistd.h>
|
||
|
|
||
|
long pathconf(const char *path, int name) {
|
||
|
return -1;
|
||
|
}
|
||
|
|