aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2005-05-03 09:13:17 +0000
committerhp.com!davidm <hp.com!davidm>2005-05-03 09:13:17 +0000
commitf6b74c9cbe663a40962b2144721fea9885cb4fd1 (patch)
tree3314c2ebde3fa18aa315d25b051a2a7bf247a8f0 /include
parent23405d02ec4fcd6d1a38ed51b2e7295e83eced3e (diff)
downloadlibunwind-f6b74c9cbe663a40962b2144721fea9885cb4fd1.tar.gz
(ia64_get_cached_proc_info): Drop duplicate "ia64_" prefix.
(ia64_cache_proc_info): New function/macro. (Logical change 1.290)
Diffstat (limited to 'include')
-rw-r--r--include/ia64/script.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ia64/script.h b/include/ia64/script.h
index 646ca1ab..48a9fe56 100644
--- a/include/ia64/script.h
+++ b/include/ia64/script.h
@@ -76,8 +76,10 @@ struct ia64_script_cache
struct ia64_script buckets[IA64_UNW_CACHE_SIZE];
};
-#define ia64_get_cached_proc_info UNW_OBJ(ia64_get_cached_proc_info)
+#define ia64_cache_proc_info UNW_OBJ(cache_proc_info)
+#define ia64_get_cached_proc_info UNW_OBJ(get_cached_proc_info)
struct cursor; /* forward declaration */
+extern int ia64_cache_proc_info (struct cursor *c);
extern int ia64_get_cached_proc_info (struct cursor *c);