blob: d15662034952b8403b4f549e07c91b6557f307ba [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("mman") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"madvise.c",
"mlock.c",
"mlockall.c",
"mmap.c",
"mprotect.c",
"msync.c",
"munlock.c",
"munlockall.c",
"munmap.c",
"posix_madvise.c",
"shm_open.c",
]
}