Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / FileSys / fchdir.c
1 #include "platform.h"
2
3 C_Errno_t(C_Int_t) Posix_FileSys_fchdir(C_Fd_t f) {
4 return fchdir(f);
5 }