aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 17:16:28 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 17:16:28 +0100
commitc41080e2f7802e269a12f6511f1846f4740e5300 (patch)
treed5e94a9da62a1b46ed376b08653eaf769fb1c44a /include
parent5db88aa16bdda504f4bc00fadcd2e27d55c2f63e (diff)
Replace `__hsunix_opendir` wrapper with CApiFFI
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index cfdddb4..72613b6 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -143,9 +143,6 @@ int __hsunix_getpwuid_r(uid_t, struct passwd *, char *, size_t,
int __hsunix_nanosleep(const struct timespec *, struct timespec *);
#endif
-// opendir is a macro on some platforms, so we need a wrapper:
-DIR *__hsunix_opendir(const char *);
-
// time is a macro on some platforms, so we need a wrapper:
time_t __hsunix_time(time_t *);