diff options
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r-- | nscd/nscd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h index b2d438d550..d534ab7b98 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -1,4 +1,4 @@ -/* Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (c) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. @@ -108,7 +108,7 @@ extern int nscd_open_socket (void); /* connections.c */ extern void nscd_init (const char *conffile); extern void close_sockets (void); -extern void start_threads (void); +extern void start_threads (void) __attribute__ ((__noreturn__)); /* nscd_conf.c */ extern int nscd_parse_file (const char *fname, struct database dbs[lastdb]); |