mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Fix and improve mode flag. #42

Closed take-cheeze closed 10 years ago

take-cheeze commented 10 years ago

Since S_IEXEC, S_IWRITE, S_IREAD is BSD extension it can't be used in some POSIX env. So replaced it with POSIX name. Added S_IXUSR binding too.

(The travis fail is related to: https://github.com/mruby/mruby/pull/2222 )

mattn commented 10 years ago

Perfect! Thank you