Added unmount, now unmount as well as umount exist

This commit is contained in:
ceriel
1987-10-05 09:17:42 +00:00
parent f9b922c5e0
commit 1e114ff79a
10 changed files with 21 additions and 6 deletions

View File

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