diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 18:03:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 18:03:21 +0000 |
commit | 67a0b49db3561f23c9a504c74b31cc2ff4689b5d (patch) | |
tree | e144bdf65bc70dcc03256b67e5a766a23487fa7d /nscd/nscd_helper.c | |
parent | 081fc592fa6e8cb8f262ad9dee917c658a415b42 (diff) | |
download | glibc-67a0b49db3561f23c9a504c74b31cc2ff4689b5d.tar.gz glibc-67a0b49db3561f23c9a504c74b31cc2ff4689b5d.tar.xz glibc-67a0b49db3561f23c9a504c74b31cc2ff4689b5d.zip |
* sysdeps/generic/nscd_setup_thread.c: New file.
* sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
Diffstat (limited to 'nscd/nscd_helper.c')
-rw-r--r-- | nscd/nscd_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index 01c4c81848..74983b9762 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -212,7 +212,7 @@ get_mapping (request_type type, const char *key, struct mapped_database * __nscd_get_map_ref (request_type type, const char *name, - struct locked_map_ptr *mapptr, int *gc_cyclep) + struct locked_map_ptr *mapptr, volatile int *gc_cyclep) { struct mapped_database *cur = mapptr->mapped; if (cur == NO_MAPPING) |