blob: 02b73fbd2443eb758060fba6b96e67e67bf3dd4f [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("legacy") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"err.c",
"euidaccess.c",
"futimes.c",
"getdtablesize.c",
"getpagesize.c",
"getpass.c",
"isastream.c",
"lutimes.c",
]
}