]> 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.
581c785b 2 Copyright (C) 2004-2022 Free Software Foundation, Inc.
af69217f
UD
3 This file is part of the GNU C Library.
4
43bc8ac6 5 This program is free software; you can redistribute it and/or modify
2e2efe65
RM
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; version 2 of the License, or
8 (at your option) any later version.
af69217f 9
43bc8ac6 10 This program is distributed in the hope that it will be useful,
af69217f 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
43bc8ac6
UD
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
af69217f 14
43bc8ac6 15 You should have received a copy of the GNU General Public License
5a82c748 16 along with this program; if not, see <https://www.gnu.org/licenses/>. */
af69217f 17
a334319f
UD
18#include <nscd.h>
19
af69217f 20
ffb1b882 21int
a334319f 22setup_thread (struct database_dyn *db)
af69217f 23{
a334319f 24 /* Nothing. */
ffb1b882 25 return 0;
af69217f 26}