mailing list of musl libc
 help / color / mirror / code / Atom feed
0cc7b46b07400a5b7f130764409c4e602e868b7a blob 498 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#undef MAP_ANON
#define MAP_ANON       0x800
#undef MAP_NORESERVE
#define MAP_NORESERVE  0x0400
#undef MAP_GROWSDOWN
#define MAP_GROWSDOWN  0x1000
#undef MAP_DENYWRITE
#define MAP_DENYWRITE  0x2000
#undef MAP_EXECUTABLE
#define MAP_EXECUTABLE 0x4000
#undef MAP_LOCKED
#define MAP_LOCKED     0x8000
#undef MAP_POPULATE
#define MAP_POPULATE   0x10000
#undef MAP_NONBLOCK
#define MAP_NONBLOCK   0x20000
#undef MAP_STACK
#define MAP_STACK      0x40000
#undef MAP_HUGETLB
#define MAP_HUGETLB    0x80000
debug log:

solving 0cc7b46b0740 ...
found 0cc7b46b0740 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/arch/xtensa/bits/mman.h b/arch/xtensa/bits/mman.h
new file mode 100644
index 000000000000..0cc7b46b0740

Checking patch arch/xtensa/bits/mman.h...
Applied patch arch/xtensa/bits/mman.h cleanly.

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for 0cc7b46b0740
index at:
100644 0cc7b46b07400a5b7f130764409c4e602e868b7a	arch/xtensa/bits/mman.h

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