blob: e476f84d1c18e9ace1361047f4f011ee3917dd08 [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") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"adjtime.c",
"flock.c",
"inotify.c",
"sethostname.c",
"settimeofday.c",
"stime.c",
"utimes.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}