| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Mon, 10 Jan 2005 21:53:32 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/01/10 21:53:25
Modified files:
arch/mips/kernel: signal-common.h
Log message:
Kill one more extern inline.
diff -urN linux/arch/mips/kernel/signal-common.h
linux/arch/mips/kernel/signal-common.h
--- linux/arch/mips/kernel/signal-common.h 2005/01/08 14:46:44 1.2
+++ linux/arch/mips/kernel/signal-common.h 2005/01/10 21:53:25 1.3
@@ -107,7 +107,7 @@
/*
* Determine which stack to use..
*/
-extern inline void *
+static inline void *
get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size)
{
unsigned long sp, almask;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ths |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, ths |
| Indexes: | [Date] [Thread] [Top] [All Lists] |