aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits/HsUnix.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbits/HsUnix.c')
-rw-r--r--cbits/HsUnix.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cbits/HsUnix.c b/cbits/HsUnix.c
index a0b15e9..74112c0 100644
--- a/cbits/HsUnix.c
+++ b/cbits/HsUnix.c
@@ -16,12 +16,6 @@ void *__hsunix_rtldNext (void) {return RTLD_NEXT;}
void *__hsunix_rtldDefault (void) {return RTLD_DEFAULT;}
#endif
-// lstat is a macro on some platforms, so we need a wrapper:
-int __hsunix_lstat(const char *path, struct stat *buf)
-{
- return lstat(path,buf);
-}
-
// mknod is a macro on some platforms, so we need a wrapper:
int __hsunix_mknod(const char *pathname, mode_t mode, dev_t dev)
{