issues
search
kinichiro
/
portable
Portability bits for LibreSSL
1
stars
0
forks
source link
Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.h
#21
Closed
kinichiro
closed
7 years ago
kinichiro
commented
7 years ago
S_IRGRP and S_IROTH should be defined in sys/stat.h rather than fcntl.h
Old MinGW environment on Ubuntu 14.04 appears not to have S_IRGRP and S_IROTH
MinGW has __WIN32 defined but does not have _MSC_VER defined