krasimir    2005/01/01 16:05:18 PST

  Modified files:
    libraries/network/Network Socket.hsc 
  Log:
  According to the documentation, the Haskell implementation of Handle
  should implement single writer/multiple readers locking but the current
  implementation doesn't work under Windows. This commit fixes this using
  '_sopen' function instead of 'open'. The former allows to implement system
  level locking on Windows. The changes doesn't affect other platforms.
  
  Revision  Changes    Path
  1.58      +1 -1      fptools/libraries/network/Network/Socket.hsc
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to