mailing list of musl libc
 help / color / mirror / code / Atom feed
15bf2bdf9b142176557fe88f74f238c9d5a3f8d7 blob 230 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
.global __unmapself
.type   __unmapself,@function
.align 4
__unmapself:
#if defined(__XTENSA_CALL0_ABI__)
	mov	a6, a2
	movi	a2, 81 # SYS_munmap
	syscall
	movi	a2, 118 # SYS_exit
	syscall
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving 15bf2bdf ...
found 15bf2bdf in https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/
diff --git a/src/thread/xtensa/__unmapself.S b/src/thread/xtensa/__unmapself.S
new file mode 100644
index 00000000..15bf2bdf

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

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