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