File:  [DVB] / dietlibc / alpha / rt_sigreturn.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 12:09:25 2016 UTC (8 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
  alpha fixes (Christian Seiler, Thorsten Glaser)

#include "syscalls.h"

.text
.align 2
.global rt_sigreturn
.type rt_sigreturn,@function
rt_sigreturn:
	mov	$30, $16
	ldi	$0, __NR_rt_sigreturn
	callsys

LinuxTV legacy CVS <linuxtv.org/cvs>