umount, NOT unmount!

This commit is contained in:
ceriel
1987-03-31 07:28:05 +00:00
parent 02e780346b
commit 663530f4ec
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _unmount
_unmount: SYSTEM(SYS_unmount)
.define _umount
_umount: SYSTEM(SYS_unmount)