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