blob: bc6595f99d07db7057f40645fc7f1a787f9e01d3 [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("temp") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"__randname.c",
"mkdtemp.c",
"mkostemp.c",
"mkostemps.c",
"mkstemp.c",
"mkstemps.c",
"mktemp.c",
]
configs -= [ "//build/config/zircon:visibility_hidden" ]
}