blob: 4c8ffa4391052d27fdca0c9b00af6ccfddbe1642 [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") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"confstr.c",
"fpathconf.c",
"pathconf.c",
"sysconf.c",
]
}