blob: e2bda1ebef848860436d4e6af083c16df04f668b [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 = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"__randname.c",
"mkdtemp.c",
"mkostemp.c",
"mkostemps.c",
"mkstemp.c",
"mkstemps.c",
"mktemp.c",
]
}