blob: 7e506aa108637adf05639e19b5e43b9b3d107034 [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("termios") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"cfgetospeed.c",
"cfmakeraw.c",
"cfsetospeed.c",
"tcdrain.c",
"tcflow.c",
"tcflush.c",
"tcgetattr.c",
"tcgetsid.c",
"tcsendbreak.c",
"tcsetattr.c",
]
}