[project @ 2004-02-17 11:22:22 by simonmar]
authorsimonmar <unknown>
Tue, 17 Feb 2004 11:22:23 +0000 (11:22 +0000)
committersimonmar <unknown>
Tue, 17 Feb 2004 11:22:23 +0000 (11:22 +0000)
commit1de80964b5604669a07fa710f5cf67093d1f8c75
treea992f87d635f9ad028bb96872eacb7f3ed4b5576
parent1771d527f12db6a2908d4d5c581aa91818a1b47f
[project @ 2004-02-17 11:22:22 by simonmar]
Use C wrappers for lseek() and open().  On Linux, these functions are
macro'd to different versions when large file support is on, so to
make the libraries compilable with the NCG we need to use C wrappers
for these functions.
System/Posix/Internals.hs
include/HsBase.h