blob: 2d219b2a12cf6527d446ea1568b2cfea8f767581 [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 = [ "//zircon/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",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}