summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Mosberger <davidm@tiger.hpl.hp.com>2004-04-22 09:38:25 -0700
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2004-04-22 09:38:25 -0700
commit400da241ed7c0ebdc44b2b19863a8512b9536ded (patch)
tree5091ae6362213fc86214447d3dd9318a52d2b573 /include
parent2116be645e92e0b842fc7b98bac070b0881a9c21 (diff)
ia64: Add message-queue support to copy_siginfo_from_user().
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 */