From 400da241ed7c0ebdc44b2b19863a8512b9536ded Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Thu, 22 Apr 2004 09:38:25 -0700 Subject: ia64: Add message-queue support to copy_siginfo_from_user(). --- include/asm-ia64/siginfo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3