unmount.s 82 B

123456789
  1. #include "SYS.h"
  2. .globl _unmount
  3. SYS_call_1(umount)
  4. _unmount:
  5. b _umount
  6. nop