Ticket #1602 (closed bug: invalid)
GHC.Handle.fdToHandle' locks regular files
Description
The code in GHC.Handle.fdToHandle' locks a regular file. This violates POSIX file semantics, because it means that a process can't open the same file twice simultaneously. The locking should be removed.
Change History
Note: See
TracTickets for help on using
tickets.
