blob: 463835b2d1c9b75dad68c35608bb8047c69dc582 [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("conf") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"confstr.c",
"fpathconf.c",
"pathconf.c",
"sysconf.c",
]
}