Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / FileSys / pathconf.c
1 #include "platform.h"
2
3 C_Errno_t(C_Long_t) Posix_FileSys_pathconf (NullString8_t p, C_Int_t n) {
4 return pathconf ((const char *)p, n);
5 }