Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
62636 commits behind the upstream repository.
Simon Marlow's avatar
Simon Marlow authored
Change implementation of Directory.getPermissions to use access(2)
rather than stat(2).  This is rather more sensible as the permissions
returned will be relevant to the current user rather than the owner of
the file.
48a3adaf
History