blob: 4ce546ad707cb31239393401f9231f7cec7fe64e [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("time") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"__asctime.c",
"__map_file.c",
"__month_to_secs.c",
"__secs_to_tm.c",
"__tm_to_secs.c",
"__tz.c",
"__year_to_secs.c",
"asctime.c",
"asctime_r.c",
"clock.c",
"clock_getcpuclockid.c",
"clock_getres.c",
"clock_gettime.c",
"clock_nanosleep.c",
"clock_settime.c",
"ctime.c",
"ctime_r.c",
"difftime.c",
"ftime.c",
"getdate.c",
"gettimeofday.c",
"gmtime.c",
"gmtime_r.c",
"localtime.c",
"localtime_r.c",
"mktime.c",
"nanosleep.c",
"strftime.c",
"strptime.c",
"time.c",
"timegm.c",
"times.c",
"timespec_get.c",
"utime.c",
"wcsftime.c",
]
}