File tree Expand file tree Collapse file tree 12 files changed +1
-184
lines changed Expand file tree Collapse file tree 12 files changed +1
-184
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ set(TARGET_LIBC_ENTRYPOINTS
252
252
libc.src.sys.mman.munlockall
253
253
libc.src.sys.mman.munmap
254
254
libc.src.sys.mman.remap_file_pages
255
- libc.src.sys.mman.process_mrelease
256
255
libc.src.sys.mman.posix_madvise
257
256
libc.src.sys.mman.shm_open
258
257
libc.src.sys.mman.shm_unlink
Original file line number Diff line number Diff line change @@ -251,7 +251,6 @@ set(TARGET_LIBC_ENTRYPOINTS
251
251
libc.src.sys.mman.munmap
252
252
libc.src.sys.mman.remap_file_pages
253
253
libc.src.sys.mman.posix_madvise
254
- libc.src.sys.mman.process_mrelease
255
254
libc.src.sys.mman.shm_open
256
255
libc.src.sys.mman.shm_unlink
257
256
Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ set(TARGET_LIBC_ENTRYPOINTS
252
252
libc.src.sys.mman.munmap
253
253
libc.src.sys.mman.remap_file_pages
254
254
libc.src.sys.mman.posix_madvise
255
- libc.src.sys.mman.process_mrelease
256
255
libc.src.sys.mman.shm_open
257
256
libc.src.sys.mman.shm_unlink
258
257
Original file line number Diff line number Diff line change 2349
2349
#define SYS_writev __NR_writev
2350
2350
#endif
2351
2351
2352
- #ifdef __NR_process_mrelease
2353
- #define SYS_process_mrelease __NR_process_mrelease
2354
- #endif
2355
-
2356
- #ifdef __NR_pidfd_open
2357
- #define SYS_pidfd_open __NR_pidfd_open
2358
- #endif
2359
2352
2360
2353
#endif // LLVM_LIBC_SYS_SYSCALL_H
Original file line number Diff line number Diff line change @@ -132,10 +132,3 @@ functions:
132
132
return_type : int
133
133
arguments :
134
134
- type : const char *
135
- - name : process_mrelease
136
- standards :
137
- - Linux
138
- return_type : int
139
- arguments :
140
- - type : int
141
- - type : unsigned int
Original file line number Diff line number Diff line change @@ -112,12 +112,6 @@ def Linux : StandardSpec<"Linux"> {
112
112
ArgSpec<IntType>,
113
113
ArgSpec<SizeTType>,
114
114
ArgSpec<IntType>,
115
- FunctionSpec<
116
- "process_mrelease",
117
- RetValSpec<IntType>,
118
- [
119
- ArgSpec<IntType>,
120
- ArgSpec<UnsignedIntType>
121
115
]
122
116
>,
123
117
FunctionSpec<
Original file line number Diff line number Diff line change @@ -113,9 +113,3 @@ add_entrypoint_object(
113
113
DEPENDS
114
114
.${LIBC_TARGET_OS} .mremap
115
115
)
116
-
117
- add_entrypoint_object(
118
- process_mrelease
119
- ALIAS
120
- DEPENDS
121
- .${LIBC_TARGET_OS} .process_mrelease)
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ add_entrypoint_object(
36
36
libc.src.__support.OSUtil.osutil
37
37
libc.src.errno.errno
38
38
)
39
+
39
40
add_entrypoint_object(
40
41
munmap
41
42
SRCS
@@ -213,14 +214,3 @@ add_entrypoint_object(
213
214
libc.src.unistd.unlink
214
215
.shm_common
215
216
)
216
-
217
- add_entrypoint_object(
218
- process_mrelease
219
- SRCS
220
- process_mrelease.cpp
221
- HDRS
222
- ../process_mrelease.h
223
- DEPENDS
224
- libc.include .sys_syscall
225
- libc.src.__support.OSUtil.osutil
226
- libc.src.errno.errno)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments