File:  [DVB] / dietlibc / x86_64 / umount.S
Revision 1.3: download - view: text, annotated - select for diffs
Mon Jan 25 19:04:49 2016 UTC (8 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  plumbing to get preliminary PIE support for x86_64

#include "syscalls.h"

.text
.global umount
#ifdef __PIE__
.hidden umount
#endif
.type   umount,@function
umount:
        mov     $__NR_umount2,%al
        xorq    %rsi,%rsi
        jmp     __unified_syscall

LinuxTV legacy CVS <linuxtv.org/cvs>