index
:
Shipwright
develop
develop-ackbar
develop-blair
develop-copper
let-it-snow
reindeer-games
Ship of Harkinian: Ocarina of Time PC port
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
soh
/
platform
/
pathconf.c
blob: a52d313a5eb225aa627da90cdb3e930194a3e74a (
plain
)
1
2
3
4
5
#include <unistd.h> long pathconf(const char* path, int name) { return -1; }