diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 17:56:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 17:56:46 +0000 |
commit | 081fc592fa6e8cb8f262ad9dee917c658a415b42 (patch) | |
tree | 6e24039d16fad26e309bf756875960213b0ebaa6 /nscd/Makefile | |
parent | c207f23b0b6b2d215be65e670d453768ad304247 (diff) | |
download | glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.tar glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.tar.gz glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.tar.bz2 glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.zip |
Update.
Jakub Jelinek <jakub@redhat.com>
* nscd/Makefile (nscd-modules): Add nscd_setup_thread.
* nscd/connections.c (nscd_run): Call setup_thread for maintenance
threads.
* nscd/nscd-client.h (struct database_pers_head): Add
nscd_certainly_running field.
* nscd/nscd.h: Declare setup_thread.
* nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
nscd_certainly_running is nonzero.
2004-09-08 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'nscd/Makefile')
-rw-r--r-- | nscd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 5b3529267a..9be82317d4 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -31,7 +31,8 @@ vpath %.c ../locale/programs nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \ getgrnam_r getgrgid_r hstcache gethstbyad_r gethstbynm2_r \ - dbg_log nscd_conf nscd_stat cache mem xmalloc xstrdup + dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \ + xmalloc xstrdup ifeq ($(have-thread-library),yes) |