summaryrefslogtreecommitdiff
path: root/emu/Irix/devfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/Irix/devfs.c')
-rw-r--r--emu/Irix/devfs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/emu/Irix/devfs.c b/emu/Irix/devfs.c
index 9017c3fc..194c1090 100644
--- a/emu/Irix/devfs.c
+++ b/emu/Irix/devfs.c
@@ -1 +1,7 @@
#include "devfs-posix.c"
+
+static vlong
+osdisksize(int fd)
+{
+ return 0;
+}