summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-04-26 04:49:02 +0000
committerjb <jb@FreeBSD.org>2008-04-26 04:49:02 +0000
commit729d998abb4de35b849eeb88c356c993761fdfb7 (patch)
tree1aaacc6eff7746d76a8f9bd05e2c58c34f187cd0 /cddl
parentba64b2a3faeb99910e2a4c082c16ea185594164c (diff)
downloadFreeBSD-src-729d998abb4de35b849eeb88c356c993761fdfb7.zip
FreeBSD-src-729d998abb4de35b849eeb88c356c993761fdfb7.tar.gz
Leave out the hook that Solaris has into it's rtld.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.h b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.h
index a323669..a6c4382 100644
--- a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.h
+++ b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.h
@@ -44,7 +44,9 @@ typedef struct dt_proc {
dtrace_hdl_t *dpr_hdl; /* back pointer to libdtrace handle */
struct ps_prochandle *dpr_proc; /* proc handle for libproc calls */
char dpr_errmsg[BUFSIZ]; /* error message */
+#if defined(sun)
rd_agent_t *dpr_rtld; /* rtld handle for librtld_db calls */
+#endif
pthread_mutex_t dpr_lock; /* lock for manipulating dpr_hdl */
pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */
pid_t dpr_pid; /* pid of process */
OpenPOWER on IntegriCloud