mailing list of musl libc
 help / color / mirror / code / Atom feed
8f007e84ec43b4393eb8cb37ffec0d90a9ab86ef blob 153 bytes (raw)

1
2
3
4
5
6
7
8
9
 
.global __unmapself
.type   __unmapself,@function
.align 4
__unmapself:
	mov	a6, a2
	movi	a2, 81 # SYS_munmap
	syscall
	movi	a2, 118 # SYS_exit
	syscall
debug log:

solving 8f007e84ec43 ...
found 8f007e84ec43 in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/ ||
	https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/

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

Checking patch src/thread/xtensa/__unmapself.s...
Applied patch src/thread/xtensa/__unmapself.s cleanly.

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for 8f007e84ec43
index at:
100644 8f007e84ec43b4393eb8cb37ffec0d90a9ab86ef	src/thread/xtensa/__unmapself.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).