blob: 33d2e0949d6ff5a9cbd59017dfe007c695154dfc [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("linux") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"adjtime.c",
"flock.c",
"sethostname.c",
"settimeofday.c",
"stime.c",
"utimes.c",
]
}