[project @ 2004-12-15 12:51:15 by simonpj]
[ghc-hetmet.git] / ghc / lib / compat / cbits / directory.c
index 713911b..af3810c 100644 (file)
@@ -24,9 +24,9 @@
  * (PATH_MAX is not defined on systems with unlimited path length,\r
  * e.g. the Hurd).\r
  */\r
-INLINE HsInt __hscore_long_path_size() { return PATH_MAX; }\r
+INLINE HsInt __compat_long_path_size() { return PATH_MAX; } \r
 #else\r
-INLINE HsInt __hscore_long_path_size() { return 4096; }\r
+INLINE HsInt __compat_long_path_size() { return 4096; }\r
 #endif\r
 \r
 #if defined(mingw32_TARGET_OS)\r