[all-commits] [llvm/llvm-project] 2e83f1: [libc] Cleanup mman functions and tests (#159657)

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Sep 23 11:08:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e83f10121b79dc39559ede2efcf34864088beec
      https://github.com/llvm/llvm-project/commit/2e83f10121b79dc39559ede2efcf34864088beec
  Author: Michael Jones <michaelrj at google.com>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M libc/src/sys/mman/linux/CMakeLists.txt
    M libc/src/sys/mman/linux/shm_common.h
    M libc/src/sys/mman/linux/shm_open.cpp
    M libc/src/sys/mman/linux/shm_unlink.cpp
    M libc/test/src/sys/mman/linux/madvise_test.cpp
    M libc/test/src/sys/mman/linux/mincore_test.cpp
    M libc/test/src/sys/mman/linux/mlock_test.cpp
    M libc/test/src/sys/mman/linux/mremap_test.cpp
    M libc/test/src/sys/mman/linux/shm_test.cpp

  Log Message:
  -----------
  [libc] Cleanup mman functions and tests (#159657)

Remove functions depending on each other, cleanup internal errno in
shm_common, remove various unnecessary includes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list