mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove IS_IN_nscd
Replace with IS_IN (nscd). Generated code unchanged on x86_64. * include/ifaddrs.h: Use IS_IN. * inet/check_pf.c: Likewise. * sysdeps/unix/sysv/linux/check_pf.c: Likewise. * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
This commit is contained in:
@ -65,7 +65,7 @@ static struct cached_data *cache;
|
||||
__libc_lock_define_initialized (static, lock);
|
||||
|
||||
|
||||
#ifdef IS_IN_nscd
|
||||
#if IS_IN (nscd)
|
||||
static uint32_t nl_timestamp;
|
||||
|
||||
uint32_t
|
||||
@ -81,7 +81,7 @@ __bump_nl_timestamp (void)
|
||||
static inline uint32_t
|
||||
get_nl_timestamp (void)
|
||||
{
|
||||
#ifdef IS_IN_nscd
|
||||
#if IS_IN (nscd)
|
||||
return nl_timestamp;
|
||||
#elif defined USE_NSCD
|
||||
return __nscd_get_nl_timestamp ();
|
||||
|
Reference in New Issue
Block a user