]> git.ipfire.org Git - thirdparty/glibc.git/blame - nscd/nscd_setup_thread.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nscd / nscd_setup_thread.c
CommitLineData
a334319f 1/* Setup of nscd worker threads. Stub verison.
d614a753 2 Copyright (C) 2004-2020 Free Software Foundation, Inc.
af69217f 3 This file is part of the GNU C Library.
a334319f 4 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
af69217f 5
43bc8ac6 6 This program is free software; you can redistribute it and/or modify
2e2efe65
RM
7 it under the terms of the GNU General Public License as published
8 by the Free Software Foundation; version 2 of the License, or
9 (at your option) any later version.
af69217f 10
43bc8ac6 11 This program is distributed in the hope that it will be useful,
af69217f 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
43bc8ac6
UD
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
af69217f 15
43bc8ac6 16 You should have received a copy of the GNU General Public License
5a82c748 17 along with this program; if not, see <https://www.gnu.org/licenses/>. */
af69217f 18
a334319f
UD
19#include <nscd.h>
20
af69217f 21
ffb1b882 22int
a334319f 23setup_thread (struct database_dyn *db)
af69217f 24{
a334319f 25 /* Nothing. */
ffb1b882 26 return 0;
af69217f 27}