Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.h | kinichiro | 2017-01-28 | 1 | -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 ocspcheck | kinichiro | 2017-01-26 | 1 | -0/+8 |
| | |||||
* | Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXEC | kinichiro | 2017-01-19 | 1 | -2/+2 |
| | |||||
* | MSVSC fixes | Brent Cook | 2017-01-16 | 1 | -6/+0 |
| | |||||
* | add open(2) shim to handle O_BINARY and O_CLOEXEC | Brent Cook | 2017-01-16 | 1 | -0/+6 |
| | |||||
* | add fcntl shim | Brent Cook | 2017-01-16 | 1 | -0/+32 |