diff agent/src/os/solaris/proc/mapfile @ 892:a94af87c3357

6861984: solaris version of libsaproc.so should support SA_ALTROOT directly Reviewed-by: kvn, twisti
author never
date Fri, 24 Jul 2009 12:40:40 -0700
parents a61af66fc99e
children 89e0543e1737
line wrap: on
line diff
--- a/agent/src/os/solaris/proc/mapfile	Fri Jul 24 09:01:00 2009 -0700
+++ b/agent/src/os/solaris/proc/mapfile	Fri Jul 24 12:40:40 2009 -0700
@@ -45,6 +45,8 @@
 		Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_resume0;
 		Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_suspend0;
 		Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_writeBytesToProcess0;
+                # this is needed by saproc_audit.c to redirect opens in libproc.so
+                libsaproc_open;
 local:
 	*;
 };