aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-17 05:16:19 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:53:59 +0200
commit93d95dff48698b8bde511c7f71acda7646da2626 (patch)
treebacc92b41a1c6a21e40897610a1ba22a070dbfa7 /common.h
parente71661a0ef442c38dd3f6dd3b876fd57990d63ed (diff)
downloadltrace-93d95dff48698b8bde511c7f71acda7646da2626.tar.gz
Add ARCH_HAVE_DYNLINK_DONE
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 7c47139..b57a4c1 100644
--- a/common.h
+++ b/common.h
@@ -260,4 +260,8 @@ int process_get_entry(struct Process *proc,
target_address_t *entryp,
target_address_t *interp_biasp);
+/* This is called after the dynamic linker is done with the
+ * process startup. */
+void arch_dynlink_done(struct Process *proc);
+
#endif