blob: ce1acb6d8639baba4ef1974f92e3657c6abe4653 [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("exit") {
sources = [
"__cxa_thread_atexit.c",
"abort.c",
"assert.c",
"at_quick_exit.c",
"atexit.c",
"exit.c",
"quick_exit.c",
]
deps = [
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/musl:musl_internal",
]
configs -= [ "$zx_build/public/gn/config:visibility_hidden" ]
}