blob: 93ebacfbbfc73b356214f55698c9aa198725c8e0 [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 = [
"_Exit.c",
"__cxa_thread_atexit.c",
"abort.c",
"assert.c",
"at_quick_exit.c",
"atexit.c",
"exit.c",
"quick_exit.c",
]
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
deps = [
"$zx/system/ulib/zircon",
]
}