summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/x86_64/umount.S
blob: 2b51b8edfa1ccad9c1803e7266eb4ab6f198c049 (plain)
1
2
3
4
5
6
7
8
9
#include "syscalls.h"

.text
.global umount
.type   umount,@function
umount:
        mov     $__NR_umount2,%al
        xorq    %rsi,%rsi
        jmp     __unified_syscall