Skip to content

Commit

Permalink
[libc] disable process_mrelease for riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Nov 28, 2024
1 parent 054f914 commit 508f1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/riscv/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.sys.mman.munmap
libc.src.sys.mman.remap_file_pages
libc.src.sys.mman.posix_madvise
libc.src.sys.mman.process_mrelease
# TODO: disabled due to buildbot failure. further investigation needed.
# libc.src.sys.mman.process_mrelease
libc.src.sys.mman.shm_open
libc.src.sys.mman.shm_unlink

Expand Down

0 comments on commit 508f1ec

Please sign in to comment.