File:  [DVB] / dietlibc / alpha / waitpid.S
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jan 30 14:46:52 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
changed some weak syscalls

#include <syscalls.h>

.text
.align 2
.weak waitpid
waitpid:
.global __libc_waitpid
__libc_waitpid:
	clr	$19
	br	wait4

LinuxTV legacy CVS <linuxtv.org/cvs>