X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compat%2Fcbits%2Fdirectory.c;h=456f612866973767920af41dda6bb42cae7dd314;hb=56dfaffd65d96d27a74c906c2201fd392e06f154;hp=79d6cd4d443802a35889f1d10688f13af392d7d0;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compat/cbits/directory.c b/compat/cbits/directory.c index 79d6cd4..456f612 100644 --- a/compat/cbits/directory.c +++ b/compat/cbits/directory.c @@ -21,9 +21,9 @@ * (PATH_MAX is not defined on systems with unlimited path length, * e.g. the Hurd). */ -INLINE HsInt __compat_long_path_size() { return PATH_MAX; } +INLINE int __compat_long_path_size() { return PATH_MAX; } #else -INLINE HsInt __compat_long_path_size() { return 4096; } +INLINE int __compat_long_path_size() { return 4096; } #endif #if defined(mingw32_HOST_OS)