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: 9e4111db3eb3e9d0c53967829b26b8abe4278372 (
plain
)
1
2
3
4
5
#include <unistd.h> long pathconf(const char *path, int name) { return -1; }