blob: e117f9922ce2f1f96c0be76ff0aec7df6ab97c48 [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") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"__randname.c",
"mkdtemp.c",
"mkostemp.c",
"mkostemps.c",
"mkstemp.c",
"mkstemps.c",
"mktemp.c",
]
}