aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 18:17:00 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 18:17:00 +0100
commitcca358b86edc72bcb641fca362960917783b599e (patch)
tree432fd9ba92f757134ec698e188feab3b3de4e3a9 /include
parent7a2f3f41b4492c9d2e846ebd832ba7ddbaf063ac (diff)
Replace `__hsunix_mknod` 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 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);