#4363: openFile sharing permissions are inconsistent across platforms
---------------------------------+------------------------------------------
    Reporter:  jystic            |       Owner:                             
        Type:  bug               |      Status:  patch                      
    Priority:  high              |   Milestone:  7.6.1                      
   Component:  libraries/base    |     Version:  6.12.3                     
    Keywords:                    |          Os:  Windows                    
Architecture:  Unknown/Multiple  |     Failure:  Incorrect result at runtime
  Difficulty:  Unknown           |    Testcase:                             
   Blockedby:                    |    Blocking:                             
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by p.capriotti@…):

 commit 9fb12e142b80ce399285b41e8fad4f862bb6a776
 {{{
 Author: Paolo Capriotti <p.caprio...@gmail.com>
 Date:   Tue May 8 14:05:28 2012 +0100

     Enable FileLock for win32 (#4363)

  includes/rts/FileLock.h |    6 +-
  rts/FileLock.c          |  144
 ++++++++++++++++++++++++++++++++++++++++++++++
  rts/FileLock.h          |   15 +++++
  rts/Linker.c            |    4 +-
  rts/RtsStartup.c        |    6 +--
  rts/posix/FileLock.c    |  145
 -----------------------------------------------
  rts/posix/FileLock.h    |   15 -----
  7 files changed, 164 insertions(+), 171 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4363#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to