mailing list of musl libc
 help / color / mirror / code / Atom feed
f01fe1d0fdc1c83dd07925cd3fff1eb09621f74a 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
	swi 0
	mov r7, ip
	b __syscall_ret
debug log:

solving f01fe1d0 ...
found f01fe1d0 in https://inbox.vuxu.org/musl/20180430013622.28792-2-patrick.oppenlander@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20180430013622.28792-2-patrick.oppenlander@gmail.com/
diff --git a/src/process/arm/vfork.s b/src/process/arm/vfork.s
new file mode 100644
index 00000000..f01fe1d0

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

index at:
100644 f01fe1d0fdc1c83dd07925cd3fff1eb09621f74a	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).