Skip to content
Snippets Groups Projects
Commit 99b153d6 authored by sof's avatar sof
Browse files

[project @ 1999-01-23 17:44:40 by sof]

Removed workaround for bug - fixed (a while ago.)
parent 4d38d072
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: openFile.c,v 1.4 1999/01/07 15:48:40 simonm Exp $
* $Id: openFile.c,v 1.5 1999/01/23 17:44:40 sof Exp $
*
* openFile Runtime Support
*/
......@@ -68,11 +68,6 @@ StgInt flags;
struct stat sb;
IOFileObject* fo;
#ifdef __CONCURRENT_HASKELL__
#warning FixMe: Ignoring bogus bit 7 in openFiles 2nd argument
how = how & 0x7f;
#endif
/*
* Since we aren't supposed to succeed when we're opening for writing and
* there's another writer, we can't just do an open() with O_WRONLY.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment