Skip to content
Snippets Groups Projects
  1. May 24, 2014
  2. May 21, 2014
  3. May 20, 2014
  4. May 19, 2014
  5. May 18, 2014
  6. May 17, 2014
  7. May 15, 2014
  8. May 14, 2014
    • Paul Sokolovsky's avatar
      unix: Add "_os" module with stat(). · 0c124c31
      Paul Sokolovsky authored
      stat() is bad function to use using FFI, because its ABI is largely private.
      To start with, Glibc .so doesn't even have "stat" symbol. Then, layout of
      struct stat is too implementation-dependent. So, introduce _os to deal
      with stat() and other similar cases.
      0c124c31
Loading