summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-04-02 17:40:58 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-04-02 17:40:58 -0400
commit35ca8082a77e00173c94fe5fdcbd013b111033f2 (patch)
tree66a7c70de2561d1685e6ea50e3c61bf112dd9fc9
parent49be62cc7130e60947bbae90b6bf177e173c8b29 (diff)
downloadsystemtap-steved-35ca8082a77e00173c94fe5fdcbd013b111033f2.tar.gz
systemtap-steved-35ca8082a77e00173c94fe5fdcbd013b111033f2.tar.xz
systemtap-steved-35ca8082a77e00173c94fe5fdcbd013b111033f2.zip
Revert "runtime/syscall.h: Forward declare __ia64_fetch_register."
This reverts commit 49be62cc7130e60947bbae90b6bf177e173c8b29.
-rw-r--r--runtime/syscall.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/syscall.h b/runtime/syscall.h
index bd480a0c..ae451070 100644
--- a/runtime/syscall.h
+++ b/runtime/syscall.h
@@ -261,9 +261,6 @@ __stp_user_syscall_arg(struct task_struct *task, struct pt_regs *regs,
#endif
#if defined(__ia64__)
-/* Defined in regs-ia64.c. Forward declaration for ____stp_user_syscall_arg. */
-static long * __ia64_fetch_register(int, struct pt_regs *, unsigned long **);
-
#define __stp_user_syscall_arg(task, regs, n) \
____stp_user_syscall_arg(task, regs, n, &c->unwaddr)