mailing list of musl libc
 help / color / mirror / code / Atom feed
db4e7b43cbaecbb6969a01b7bc583c97e971b9a8 blob 167 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
.syntax unified
.global __vfork
.weak vfork
.type __vfork,%function
.type vfork,%function
__vfork:
vfork:
	mov ip, r7
	mov r7, 190
	svc 0
	mov r7, ip
	b __syscall_ret
debug log:

solving db4e7b43 ...
found db4e7b43 in https://inbox.vuxu.org/musl/CAEg67GnPaf++HTRqbp8=H9-3BwNMXtX1zeiyzWTO8JoYOHhQWw@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAEg67GnPaf++HTRqbp8=H9-3BwNMXtX1zeiyzWTO8JoYOHhQWw@mail.gmail.com/
diff --git a/src/process/arm/vfork.s b/src/process/arm/vfork.s
new file mode 100644
index 00000000..db4e7b43

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

index at:
100644 db4e7b43cbaecbb6969a01b7bc583c97e971b9a8	src/process/arm/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).