Skip to content
  • Tommaso Tocci's avatar
    Correctly set file type · 94ace34f
    Tommaso Tocci authored
    Since POSIX.1-2001 the S_IFMT (0170000) bitmask of the file mode must
    contain the file type.
    
    At the moment we correctly support
     - [S_IFREG] regular file
     - [S_IFDIR] directory
    94ace34f