Unverified Commit ea012e4a authored by forking-google-bazel-bot[bot]'s avatar forking-google-bazel-bot[bot] Committed by GitHub
Browse files

[Bazel] Fixes 581e9d7d (#195290)



This fixes 581e9d7d.

Co-authored-by: default avatarGoogle Bazel Bot <google-bazel-bot@google.com>
parent 581e9d7d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ libc_test(
    name = "madvise_test",
    srcs = ["linux/madvise_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:madvise",
        "//libc:mmap",
        "//libc:munmap",
@@ -24,6 +25,7 @@ libc_test(
    name = "mincore_test",
    srcs = ["linux/mincore_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:madvise",
        "//libc:mincore",
        "//libc:mlock",
@@ -40,6 +42,7 @@ libc_test(
    deps = [
        "//libc:__support_osutil_syscall",
        "//libc:getrlimit",
        "//libc:hdr_sys_mman_macros",
        "//libc:madvise",
        "//libc:mincore",
        "//libc:mlock",
@@ -57,6 +60,7 @@ libc_test(
    name = "mmap_test",
    srcs = ["linux/mmap_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:munmap",
    ],
@@ -66,6 +70,7 @@ libc_test(
    name = "mprotect_test",
    srcs = ["linux/mprotect_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:mprotect",
        "//libc:munmap",
@@ -76,6 +81,7 @@ libc_test(
    name = "mremap_test",
    srcs = ["linux/mremap_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:mremap",
        "//libc:munmap",
@@ -86,6 +92,7 @@ libc_test(
    name = "msync_test",
    srcs = ["linux/msync_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:mlock",
        "//libc:mmap",
        "//libc:msync",
@@ -101,6 +108,7 @@ libc_test(
    deps = [
        "//libc:hdr_errno_macros",
        "//libc:hdr_signal_macros",
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:munmap",
        "//libc:pkey_alloc",
@@ -117,6 +125,7 @@ libc_test(
    name = "posix_madvise_test",
    srcs = ["linux/posix_madvise_test.cpp"],
    deps = [
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:munmap",
        "//libc:posix_madvise",
@@ -128,6 +137,7 @@ libc_test(
    srcs = ["linux/remap_file_pages_test.cpp"],
    deps = [
        "//libc:close",
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:munmap",
        "//libc:open",
@@ -144,6 +154,7 @@ libc_test(
        "//libc:fcntl",
        "//libc:ftruncate",
        "//libc:hdr_fcntl_macros",
        "//libc:hdr_sys_mman_macros",
        "//libc:mmap",
        "//libc:munmap",
        "//libc:open",