blob: 8a1dfba5425af9613f9319897b4d499b8e03b2b4 [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("fcntl") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [ "creat.c" ]
configs -= [ "//build/config:symbol_visibility_hidden" ]
}