blob: 7a54ff42caa9bd2b69bb1e6464d54921fe86ce24 [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("internal") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"floatscan.c",
"intscan.c",
"libc.c",
"shgetc.c",
]
}