Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / IO / fcntl-consts.c
1 #include "platform.h"
2
3 const C_Int_t Posix_IO_F_DUPFD = F_DUPFD;
4 const C_Int_t Posix_IO_F_GETFD = F_GETFD;
5 const C_Int_t Posix_IO_F_GETFL = F_GETFL;
6 const C_Int_t Posix_IO_F_GETOWN = F_GETOWN;
7 const C_Int_t Posix_IO_F_SETFD = F_SETFD;
8 const C_Int_t Posix_IO_F_SETFL = F_SETFL;
9 const C_Int_t Posix_IO_F_SETOWN = F_SETOWN;
10
11 const C_Int_t Posix_IO_FD_CLOEXEC = FD_CLOEXEC;
12
13 const C_Int_t Posix_IO_O_ACCMODE = O_ACCMODE;