blob: 493aa4884ebf37e832c69ab052947f0a22fd5f86 [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("unistd") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"_exit.c",
"acct.c",
"alarm.c",
"ctermid.c",
"gethostname.c",
"getlogin.c",
"getlogin_r.c",
"pause.c",
"posix_close.c",
"setpgrp.c",
"sleep.c",
"tcgetpgrp.c",
"tcsetpgrp.c",
"ttyname.c",
"ualarm.c",
"usleep.c",
]
}