blob: 12d31f1f0ca2863661bd7df4b2f771502386a8fd [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("env") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"__environ.c",
"__libc_start_main.c",
"__stack_chk_fail.c",
"clearenv.c",
"getenv.c",
"putenv.c",
"setenv.c",
"unsetenv.c",
]
}