aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/HsUnix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HsUnix.h')
-rw-r--r--include/HsUnix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 72613b6..62d0f31 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
-// time is a macro on some platforms, so we need a wrapper:
-time_t __hsunix_time(time_t *);
-
// times is a macro on some platforms, so we need a wrapper:
clock_t __hsunix_times(struct tms *);