summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/linux32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kernel/linux32.c')
-rw-r--r--arch/mips64/kernel/linux32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips64/kernel/linux32.c b/arch/mips64/kernel/linux32.c
new file mode 100644
index 000000000..e08212d81
--- /dev/null
+++ b/arch/mips64/kernel/linux32.c
@@ -0,0 +1,3 @@
+int sys32_newstat(void) {return 0;}
+int sys32_newlstat(void) {return 0;}
+int sys32_newfstat(void) {return 0;}