summaryrefslogtreecommitdiff
path: root/src/os_unixx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unixx.h')
-rw-r--r--src/os_unixx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h
index abed14d3b..3dd254e9a 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.h
@@ -128,6 +128,10 @@
/* shared library access */
#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
+# ifdef __MVS__
+ /* needed to define RTLD_LAZY (Anthony Giorgio) */
+# define __SUSV3
+# endif
# include <dlfcn.h>
#else
# if defined(HAVE_DL_H) && defined(HAVE_SHL_LOAD)