From cca358b86edc72bcb641fca362960917783b599e Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 30 Jan 2016 18:17:00 +0100 Subject: Replace `__hsunix_mknod` wrapper with CApiFFI --- include/HsUnix.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index def34ca..87ac3e6 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -113,9 +113,6 @@ fall back to O_FSYNC, which should be the same */ # define WCOREDUMP(s) 0 #endif -// mknod is a macro on some platforms, so we need a wrapper: -int __hsunix_mknod(const char *pathname, mode_t mode, dev_t dev); - #ifdef HAVE_GETPWENT // getpwent is a macro on some platforms, so we need a wrapper: struct passwd *__hsunix_getpwent(void); -- cgit v1.2.3