[project @ 2004-12-15 12:51:15 by simonpj]
authorsimonpj <unknown>
Wed, 15 Dec 2004 12:51:16 +0000 (12:51 +0000)
committersimonpj <unknown>
Wed, 15 Dec 2004 12:51:16 +0000 (12:51 +0000)
commitab3e6dbac144c63bde23c833c7bfb99097130732
tree785fdcb0ac8ba1a47f08987cf71e141f70045620
parent4fb581f40772acec211852c22bf0d13af1ced5f1
[project @ 2004-12-15 12:51:15 by simonpj]
Make ghc/lib/compat/Compat/Directory.hs use the C function
__compat_long_path_size, rather than
__hscore_long_path_size, as the libraries/ version does
And make ghc/lib/compat/cbits/directory.c define it.

In this way we avoid spurious duplicate-symbol errors when we
compile GHC with ghc6.2.1 etc.
ghc/lib/compat/Compat/Directory.hs
ghc/lib/compat/cbits/directory.c