Commit afb41913 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

dso_dlfcn.c: make it work on Tru64 4.0.

PR: 2316
parent 874b0bd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# define HAVE_DLINFO 1
# if defined(_AIX) || defined(__CYGWIN__) || \
     defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
     (defined(__osf__) && !defined(RTLD_NEXT))     || \
     (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
	defined(__ANDROID__)
#  undef HAVE_DLINFO