aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/HsUnix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HsUnix.h')
-rw-r--r--include/HsUnix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index cce4e5e..51bf111 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -103,6 +103,10 @@ INLINE int __hsunix_wstopsig (int stat) { return WSTOPSIG(stat); }
INLINE void *__hsunix_rtldNext (void) {return RTLD_NEXT;}
#endif
+#ifdef HAVE_RTLDDEFAULT
+INLINE void *__hsunix_rtldDefault (void) {return RTLD_DEFAULT;}
+#endif
+
/* O_SYNC doesn't exist on Mac OS X and (at least some versions of) FreeBSD,
fall back to O_FSYNC, which should be the same */
#ifndef O_SYNC