summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/siginfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ia64/siginfo.h b/include/asm-ia64/siginfo.h
index 4759e19c3cb1..52cce1d3dad8 100644
--- a/include/asm-ia64/siginfo.h
+++ b/include/asm-ia64/siginfo.h
@@ -136,8 +136,6 @@ copy_siginfo (siginfo_t *to, siginfo_t *from)
memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigchld));
}
-extern int copy_siginfo_from_user(siginfo_t *to, siginfo_t *from);
-
#endif /* __KERNEL__ */
#endif /* _ASM_IA64_SIGINFO_H */