From 11eb5aabcc3c98eddf1b375c4184fe0df58d7eab Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 30 Jan 2016 17:47:32 +0100 Subject: Replace `` macro wrappers with CApiFFI --- include/HsUnix.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 -- cgit v1.2.3