glibc/nscd
Jakub Jelinek 9e471dad8e Don't try to cleanup libselinux and libaudit.
Because we are not shutting down the other threads first another
thread might work on a query before the process shuts down.  In this
case the now uninitialized libselinux and libaudit might be used.
Just don't free the resources.  It's not necessary anyway because
the process is about to terminate.
2009-05-15 20:48:08 -07:00
..
aicache.c
cache.c
connections.c
dbg_log.c
dbg_log.h
Depend
gai.c
getgrgid_r.c
getgrnam_r.c
gethstbyad_r.c
gethstbynm3_r.c
getpwnam_r.c
getpwuid_r.c
getsrvbynm_r.c
getsrvbypt_r.c
grpcache.c
hstcache.c
initgrcache.c
Makefile
mem.c
nscd_conf.c
nscd_getai.c
nscd_getgr_r.c
nscd_gethst_r.c
nscd_getpw_r.c
nscd_getserv_r.c
nscd_helper.c
nscd_initgroups.c
nscd_proto.h
nscd_setup_thread.c
nscd_stat.c
nscd-client.h
nscd.c Don't try to cleanup libselinux and libaudit. 2009-05-15 20:48:08 -07:00
nscd.conf
nscd.h
nscd.init
pwdcache.c
res_hconf.c
selinux.c Don't try to cleanup libselinux and libaudit. 2009-05-15 20:48:08 -07:00
selinux.h Don't try to cleanup libselinux and libaudit. 2009-05-15 20:48:08 -07:00
servicescache.c