blob: 213a7c94df3db12b158e18a62d07f1137a1da17d [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") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"cfgetospeed.c",
"cfmakeraw.c",
"cfsetospeed.c",
"tcdrain.c",
"tcflow.c",
"tcflush.c",
"tcgetattr.c",
"tcgetsid.c",
"tcsendbreak.c",
"tcsetattr.c",
]
}