blob: 2a854918e94e0e4db8134282ce2161bebf211b50 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.text
.type waitpid,@function
.weak waitpid
waitpid:
.type __libc_waitpid,@function
.global __libc_waitpid
__libc_waitpid:
xor %rcx,%rcx
mov $__NR_wait4,%al
jmp __unified_syscall
|