File:  [DVB] / dietlibc / parisc / umount.S
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 16 14:25:07 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
fix PA-RISC umount
provide hppa target

#include "parisc/syscalls.h"

.text
.type umount,@function
.globl umount
.export umount
umount:
	ldi 0, %r25
	b __unified_syscall
	ldi __NR_umount2, %r20

LinuxTV legacy CVS <linuxtv.org/cvs>