summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/linux32.c
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-01-28 07:40:20 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-01-28 07:40:20 +0000
commita10ce7ef2066b455d69187643ddf2073bfc4db24 (patch)
tree4fc502d42456e1c109870aa5d8ed48e9727e10fc /arch/mips64/kernel/linux32.c
parent07eb8acd28ad34d454257f0d0af73b2f8eb86e3b (diff)
Check in stub definitions that allow turning on of CONFIG_MIPS32_COMPAT.
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;}