aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 17:47:32 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 17:47:32 +0100
commit11eb5aabcc3c98eddf1b375c4184fe0df58d7eab (patch)
tree607047937b23032f97da86b1b172b05d6ac6eb2a /include
parent7fdf4cda3b229e2873a46e0482c83f52b714c5fe (diff)
Replace `<sys/wait.h>` macro wrappers with CApiFFI
Diffstat (limited to 'include')
-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