Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / IO / fcntl3.c
1 #include "platform.h"
2
3 C_Errno_t(C_Int_t) Posix_IO_fcntl3 (C_Fd_t f, C_Int_t i, C_Int_t j) {
4 return fcntl (f, i, j);
5 }