File:  [DVB] / dietlibc / aarch64 / waitpid.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 12:02:06 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  aarch64 port (Christian Seiler)

#include "aarch64-features.h"

FUNC_START_WEAK	waitpid
FUNC_START	__libc_waitpid
 	mov	x3, #0
 	b	wait4
FUNC_END	__libc_waitpid
FUNC_END	waitpid

LinuxTV legacy CVS <linuxtv.org/cvs>