aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/HsUnix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HsUnix.h')
-rw-r--r--include/HsUnix.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 389d877..cfc221f 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -94,13 +94,6 @@ extern HsInt nocldstop;
extern char **environ;
-int __hsunix_wifexited (int stat);
-int __hsunix_wexitstatus (int stat);
-int __hsunix_wifsignaled (int stat);
-int __hsunix_wtermsig (int stat);
-int __hsunix_wifstopped (int stat);
-int __hsunix_wstopsig (int stat);
-
#ifdef HAVE_RTLDNEXT
void *__hsunix_rtldNext (void);
#endif