diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-20 13:12:02 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-24 11:41:44 +0530 |
commit | 85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612 (patch) | |
tree | 603dbb1b8a58250ebed52fc8ea7964a128376e6a /include/ifaddrs.h | |
parent | fb6784e3068a747ead34e6dee6a9a1978668a955 (diff) | |
download | glibc-85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612.tar.gz glibc-85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612.tar.xz glibc-85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612.zip |
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.
Diffstat (limited to 'include/ifaddrs.h')
-rw-r--r-- | include/ifaddrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ifaddrs.h b/include/ifaddrs.h index e1c6cac114..2787f21115 100644 --- a/include/ifaddrs.h +++ b/include/ifaddrs.h @@ -26,7 +26,7 @@ extern void __check_native (uint32_t a1_index, int *a1_native, uint32_t a2_index, int *a2_native) attribute_hidden; -#ifdef IS_IN_nscd +#if IS_IN (nscd) extern uint32_t __bump_nl_timestamp (void) attribute_hidden; #endif |