mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 07:10:34 -05:00
108d5061d4
5 lines
81 B
C
5 lines
81 B
C
#include <unistd.h>
|
|||
|
|||
long pathconf(const char *path, int name) {
|
|||
return -1;
|
|||
}
|