public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kill warnings in sys_ia32.c
@ 2004-10-11 19:27 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2004-10-11 19:27 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Hi Tony,

The recent patch on waitid support seems to have introduced some warnings. This patch adds missing prototypes to fix the warnings. Please apply.

	-Arun


[-- Attachment #2: ia32-missing-proto.patch --]
[-- Type: text/plain, Size: 723 bytes --]


Add missing prototypes to kill warnings in sys_ia32.c

Signed-off-by: Arun Sharma <arun.sharma@intel.com>

--- linux-2.6-cvs/arch/ia64/ia32/ia32priv.h	8 Oct 2004 02:57:28 -0000	1.12
+++ linux-2.6-cvs/arch/ia64/ia32/ia32priv.h	11 Oct 2004 19:17:31 -0000
@@ -559,6 +559,10 @@
 extern int save_ia32_fpstate (struct task_struct *, struct ia32_user_i387_struct __user *);
 extern int save_ia32_fpxstate (struct task_struct *, struct ia32_user_fxsr_struct __user *);
 
+/* Prototypes for use in sys_ia32.c */
+int copy_siginfo_to_user32 (siginfo_t32 __user *to, siginfo_t *from);
+int copy_siginfo_from_user32 (siginfo_t *to, siginfo_t32 __user *from);
+
 #endif /* !CONFIG_IA32_SUPPORT */
 
 #endif /* _ASM_IA64_IA32_PRIV_H */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-11 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-11 19:27 [PATCH] Kill warnings in sys_ia32.c Arun Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox