blob: 2a790460c0d236f0e25b644c51fad1858ea6938f [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("errno") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"__errno_location.c",
"strerror.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}