blob: 984824358a01eb1e97b350d3bad75ed4d1a3a8e8 [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:symbol_visibility_hidden" ]
}