blob: e4da65999671b4b3a62ddd99e5c6ab18bb5b3b27 [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") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"err.c",
"euidaccess.c",
"futimes.c",
"getdtablesize.c",
"getpagesize.c",
"getpass.c",
"isastream.c",
"lutimes.c",
]
}