blob: f7a25fb0e72cf55f2742174ac264bb07257e8932 [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("stat") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"futimesat.c",
"lchmod.c",
"mkfifoat.c",
"mknodat.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}