diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-26 17:00:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-26 17:00:16 +0000 |
commit | 1114ffff54dfbd35cbff9c845376b8221c2c9ced (patch) | |
tree | 195ff47b6f74a1280d636e87082035617196d53f /nscd | |
parent | 86b2fd6e659b5e66439a3500919a5da9cdc35f55 (diff) | |
download | glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.tar glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.tar.gz glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.tar.bz2 glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.zip |
Update.
2004-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
NO_SGIDEFS_H isn't defined.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
_MIPS_SIM.
* sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
* nscd/connections.c (nscd_run): atomic_increment was not missing.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index 0018ed9ec7..313ca0dc45 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -484,7 +484,6 @@ nscd_run (void *p) prune_cache (&dbs[my_number], time(NULL)); now = time (NULL); next_prune = now + CACHE_PRUNE_INTERVAL; - atomic_increment (&nready); goto try_get; } } |