blob: 45bf153d50e58e77ee1ecef3f4d08a20167a7efb [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("passwd") {
deps = [ "//zircon/third_party/ulib/musl:musl_internal" ]
sources = [
"fgetgrent.c",
"fgetpwent.c",
"getgr_a.c",
"getgr_r.c",
"getgrent.c",
"getgrent_a.c",
"getgrouplist.c",
"getpw_a.c",
"getpw_r.c",
"getpwent.c",
"getpwent_a.c",
"nscd_query.c",
"putgrent.c",
"putpwent.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
# TODO(https://fxbug.dev/42136089): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}