aboutsummaryrefslogtreecommitdiff
path: root/include/compat/fcntl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.hkinichiro2017-01-281-8/+0
* 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