blob: 9cdf121740c07dd86f411d44ee384ee1deeb328c [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 = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"confstr.c",
"fpathconf.c",
"pathconf.c",
"sysconf.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}