We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6f9a0 commit 069e615Copy full SHA for 069e615
libc/src/sys/mman/linux/CMakeLists.txt
@@ -221,8 +221,6 @@ add_entrypoint_object(
221
HDRS
222
../process_mrelease.h
223
DEPENDS
224
- libc.include.signal
225
- libc.src.signal.kill
226
libc.include.sys_syscall
227
libc.src.__support.OSUtil.osutil
228
libc.src.errno.errno)
libc/test/src/sys/mman/linux/CMakeLists.txt
@@ -194,6 +194,8 @@ add_libc_unittest(
194
libc.src.errno.errno
195
libc.src.sys.mman.process_mrelease
196
libc.src.unistd.close
197
+ libc.src.signal.kill
198
+ libc.include.signal
199
libc.src.stdlib.exit
200
201
libc.src.__support.threads.sleep)
0 commit comments