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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h
index f1aad2c50..c83ea31e4 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.h
@@ -113,7 +113,7 @@
/* shared library access */
#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
-# ifdef __MVS__
+# if defined(__MVS__) && !defined (__SUSV3)
/* needed to define RTLD_LAZY (Anthony Giorgio) */
# define __SUSV3
# endif