summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2000-10-29 01:53:41 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2000-10-29 01:53:41 +0000
commite65b7e69af9220d92ab9f467f92d963f01aac028 (patch)
tree0d6ee31265d9406e9141b58cf7c99519b506a027 /include
parenta0fc4c5c106b10039b3ce9a3c552587677b060db (diff)
Fix the build after the previous patch.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/stackframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h
index d563b5a67..252c3a58b 100644
--- a/include/asm-mips/stackframe.h
+++ b/include/asm-mips/stackframe.h
@@ -68,7 +68,7 @@ __asm__ ( \
".size\t" #symbol",. - " #symbol)
/* Used in declaration of save_static functions. */
-#define unused __attribute__((unused))
+#define static_unused static __attribute__((unused))
#define SAVE_SOME \
.set push; \