aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 12:34:59 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 12:34:59 +0100
commitfb9b3eb74be56579deaa6e653686405e2e0463dd (patch)
tree29062167c7f0f41b1d711549599640ead9cb0601 /include
parent176d73e4240bb9d048d6c2d411ff839e379d1245 (diff)
Use CApiFFI for `ptsname(3)` et al for GHC>=8.0
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 2f77d28..fb19f99 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -113,12 +113,6 @@ fall back to O_FSYNC, which should be the same */
# define WCOREDUMP(s) 0
#endif
-#ifdef HAVE_PTSNAME
-char *__hsunix_ptsname(int fd);
-int __hsunix_grantpt(int fd);
-int __hsunix_unlockpt(int fd);
-#endif
-
// push a SVR4 STREAMS module; do nothing if STREAMS not available
int __hsunix_push_module(int fd, const char *module);