mailing list of musl libc
 help / color / mirror / code / Atom feed
44408d356f12c6a7f163f8e8b8711d2d115b30d4 blob 234 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
.global vfork
.type vfork,@function
vfork:
	movi	a2, 116 # __NR_clone
	movi	a3, 0
	movi	a6, 0x4111 # CLONE_VM | CLONE_VFORK | SIGCHLD
	syscall

.hidden __syscall_ret
	movi	a9, __syscall_ret@GOT
	add	a9, a9, a11
	l32i	a9, a9, 0
	jx	a9
debug log:

solving 44408d356f12 ...
found 44408d356f12 in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/src/process/xtensa/vfork.s b/src/process/xtensa/vfork.s
new file mode 100644
index 000000000000..44408d356f12

Checking patch src/process/xtensa/vfork.s...
Applied patch src/process/xtensa/vfork.s cleanly.

index at:
100644 44408d356f12c6a7f163f8e8b8711d2d115b30d4	src/process/xtensa/vfork.s

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).