aboutsummaryrefslogtreecommitdiff
path: root/include/compat/fcntl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.hkinichiro2017-01-281-8/+0
| | | | | | - S_IRGRP and S_IROTH should be defined in sys/stat.h rather than fcntl.h - Old MinGW64 on Ubuntu 14.04 appears not to have S_IRGRP and S_IROTH - MinGW64 has __WIN32 defined but does not have _MSC_VER defined
* Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheckkinichiro2017-01-261-0/+8
|
* Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXECkinichiro2017-01-191-2/+2
|
* MSVSC fixesBrent Cook2017-01-161-6/+0
|
* add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook2017-01-161-0/+6
|
* add fcntl shimBrent Cook2017-01-161-0/+32