mailing list of musl libc
 help / color / mirror / code / Atom feed
1039f0f2f109df1c7090512c80b26d3e5e33ec8c blob 192 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
.global __vfork
.weak vfork
.type __vfork,@function
.type vfork,@function
__vfork:
vfork:
	pop %rdx
	mov $0x4000003a,%eax /* SYS_vfork */
	syscall
	push %rdx
	mov %rax,%rdi
	jmp __syscall_ret
debug log:

solving 1039f0f ...
found 1039f0f in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).