* nscd/servicescache.c: Include kernel-features.h.
authorUlrich Drepper <drepper@redhat.com>
Mon, 13 Aug 2007 18:33:31 +0000 (18:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 13 Aug 2007 18:33:31 +0000 (18:33 +0000)
* nscd/gai.c: Likewise.
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
* sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
* sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
* sysdeps/unix/sysv/linux/if_index.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.

29 files changed:
ChangeLog
nptl/allocatestack.c
nptl/init.c
nptl/pthread_cond_timedwait.c
nptl/pthread_create.c
nptl/pthread_mutex_init.c
nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
nscd/gai.c
nscd/servicescache.c
sysdeps/unix/sysv/linux/fstatfs64.c
sysdeps/unix/sysv/linux/fxstatat.c
sysdeps/unix/sysv/linux/if_index.c
sysdeps/unix/sysv/linux/ifaddrs.c
sysdeps/unix/sysv/linux/s390/s390-32/mmap.S
sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S
sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c
sysdeps/unix/sysv/linux/statfs64.c
sysdeps/unix/sysv/linux/xstatconv.c

index 6b40eeb4e8b549ea52aaf5bfd015272450eea868..e24ed9401079f2027275574aacbc21e92eeb9f90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-08-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * nscd/servicescache.c: Include kernel-features.h.
+       * nscd/gai.c: Likewise.
+       * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
+       * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
+       * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
+       * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
+       * sysdeps/unix/sysv/linux/if_index.c: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
+       * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
+
 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
index f30c88f3017930542322cede9823f203f3f52e7b..02a84f4d9b50d1cdeafd0feae8173ddebb5a155a 100644 (file)
@@ -28,6 +28,7 @@
 #include <dl-sysdep.h>
 #include <tls.h>
 #include <lowlevellock.h>
+#include <kernel-features.h>
 
 
 #ifndef NEED_SEPARATE_REGISTER_STACK
index 95b9c7be5d8299ebcb9bec1ea2d76e492f96233b..ffb50b4ccaa3f7a6dc9b4d8ead586753be6de361 100644 (file)
@@ -33,6 +33,7 @@
 #include <shlib-compat.h>
 #include <smp.h>
 #include <lowlevellock.h>
+#include <kernel-features.h>
 
 
 /* Size and alignment of static TLS block.  */
index 54839c015a830d37d90cff540c0dca2d391a4559..9d268e911e0176f5e7c8116a49d87f31abe69204 100644 (file)
@@ -23,6 +23,7 @@
 #include <lowlevellock.h>
 #include <pthread.h>
 #include <pthreadP.h>
+#include <kernel-features.h>
 
 #include <shlib-compat.h>
 
index 3ab2fa498d9b72cbd931d9accf5eb46b41630042..e08b76a9b8a1ae3baa0498d1e2dd309c98226c3c 100644 (file)
@@ -27,6 +27,7 @@
 #include <atomic.h>
 #include <libc-internal.h>
 #include <resolv.h>
+#include <kernel-features.h>
 
 #include <shlib-compat.h>
 
index a013ca83fefd753e497c80a9898a8f00207f9648..d9b1ef0b98d129ded2ebf256ea5d243406f3fdbc 100644 (file)
@@ -21,6 +21,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <string.h>
+#include <kernel-features.h>
 #include "pthreadP.h"
 
 static const struct pthread_mutexattr default_attr =
index ab829ad7af46e4ff6ea9241fe99b375244ff2773..4f6796449ab75ef586e38ce2d0cfbf2c429e7e19 100644 (file)
@@ -24,6 +24,7 @@
 #include <bits/pthreadtypes.h>
 #include <atomic.h>
 #include <sysdep.h>
+#include <kernel-features.h>
 
 
 #define __NR_futex             394
index 79a7497e8c24b09b4a9c9533ca200b28a96661d7..ff56c7ae4a90bb16b4d13262f38b407efee65a05 100644 (file)
@@ -22,6 +22,7 @@
 #include <lowlevellock.h>
 #include <lowlevelcond.h>
 #include <pthread-errnos.h>
+#include <kernel-features.h>
 
 
        .text
index d8a62ed2b7589008d873ce41e2987ac9f32af249..d30bc459bb4016536206d878471d0c3468813a16 100644 (file)
@@ -21,6 +21,7 @@
 #include <lowlevellock.h>
 #include <lowlevelrwlock.h>
 #include <pthread-errnos.h>
+#include <kernel-features.h>
 
 
        .text
index 71b97c60f5a719217359c41d0b45f8cb5be987de..86c9873ec79caeffb776c8573fe784d32fd6f7d7 100644 (file)
@@ -21,6 +21,7 @@
 #include <lowlevellock.h>
 #include <lowlevelrwlock.h>
 #include <pthread-errnos.h>
+#include <kernel-features.h>
 
 
        .text
index c002472085360b43da517761d0fd926d870216a9..5f6c80f8e5a9bd8d375a2d7937b32c3a2a0d7a4a 100644 (file)
@@ -21,6 +21,7 @@
 #include <lowlevellock.h>
 #include <lowlevelrwlock.h>
 #include <pthread-errnos.h>
+#include <kernel-features.h>
 
 
        .text
index fdad432e30ed3be083490da34507b5bb89c568e0..3f19cd1802c8607560cdbd8394a41e90dec12a80 100644 (file)
@@ -20,6 +20,7 @@
 #include <sysdep.h>
 #include <lowlevellock.h>
 #include <lowlevelrwlock.h>
+#include <kernel-features.h>
 
 
        .text
index 3f55c829301b1c3c84a69b41924899431cba1ffe..70d0fcfde8b2fae843e78134d2a63bab3ef67944 100644 (file)
@@ -21,6 +21,7 @@
 #include <lowlevellock.h>
 #include <lowlevelrwlock.h>
 #include <pthread-errnos.h>
+#include <kernel-features.h>
 
 
        .text
index b7017b17906de8ae93e016cf45a15be082a24793..ada79851e2714223da372e9a318b5376af9f0e26 100644 (file)
@@ -25,6 +25,7 @@
 #include <bits/pthreadtypes.h>
 #include <ia64intrin.h>
 #include <atomic.h>
+#include <kernel-features.h>
 
 #define __NR_futex             1230
 #define FUTEX_WAIT             0
index 87935c1a85df4db3b2777f51453703c51dc60425..80b9a4369e6c6f4778ca8105fa481e8bd5de4dfb 100644 (file)
@@ -24,6 +24,7 @@
 #include <sys/param.h>
 #include <bits/pthreadtypes.h>
 #include <atomic.h>
+#include <kernel-features.h>
 
 #ifndef __NR_futex
 # define __NR_futex            221
index d687e13c0bc1e6f483c0f48e6bf5c45432e9d6a4..7fee435f12f7e3986246615c033fa7136be55e03 100644 (file)
@@ -24,6 +24,7 @@
 #include <sys/param.h>
 #include <bits/pthreadtypes.h>
 #include <atomic.h>
+#include <kernel-features.h>
 
 #define SYS_futex              238
 #define FUTEX_WAIT             0
index 17c1e6f56709a96dad7f76542694eeff7e62f8dc..fde4f57b2a29db77d7f948cb6ddf5b9cd7b2173b 100644 (file)
@@ -22,6 +22,7 @@
 #include <lowlevelcond.h>
 #include <pthread-errnos.h>
 #include "lowlevel-atomic.h"
+#include <kernel-features.h>
 
        .text
 
index 24cbbe413d4e6e02205bcdc002a54daeb1769557..f4512b2622509434b68260c82517fdec61001c60 100644 (file)
@@ -24,6 +24,7 @@
 #include <sys/param.h>
 #include <bits/pthreadtypes.h>
 #include <atomic.h>
+#include <kernel-features.h>
 
 
 #define FUTEX_WAIT             0
index 23964b7fd7b57a6e45aec0f44357111c9e98fb7a..f2db5299aadef5c3aad57ee41a431df70cd79e03 100644 (file)
@@ -17,6 +17,8 @@
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include <alloca.h>
+#include <kernel-features.h>
+
 /* This file uses the getaddrinfo code but it compiles it without NSCD
    support.  We just need a few symbol renames.  */
 #define __inet_aton inet_aton
index 89e107bae73c2f4b92e717f4064148d930b90777..d6bf51d29fb81e21ed37937554150ecb7bf38b14 100644 (file)
@@ -24,6 +24,7 @@
 #include <netdb.h>
 #include <unistd.h>
 #include <sys/mman.h>
+#include <kernel-features.h>
 
 #include "nscd.h"
 #include "dbg_log.h"
index 48afd1f4d1b8a338026cb67cbb202942d9c9687c..79c9adcdc308e2d181b9e34197909b680c55ae31 100644 (file)
@@ -1,5 +1,6 @@
 /* Return information about the filesystem on which FD resides.
-   Copyright (C) 1996,1997,1998,1999,2000,2003 Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1998,1999,2000,2003,2007
+   Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +23,7 @@
 #include <sys/statfs.h>
 #include <stddef.h>
 #include <sysdep.h>
+#include <kernel-features.h>
 
 /* Defined in statfs64.c.  */
 extern int __no_statfs64 attribute_hidden;
index c1c416abd7d7a368059abe68e8e8c0735ce35e38..1b9add40d7a72450c7edb51818b980c1394d9130 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -30,6 +30,7 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 #include <bp-checks.h>
+#include <kernel-features.h>
 
 #include <xstatconv.h>
 
index 66f0ac131733ff398642e82fac01086228ff4d8d..6bd6bda3b0c1e28e3f41eec54f11e5cad98f7262 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005
+/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -28,6 +28,7 @@
 #include <sys/ioctl.h>
 #include <bits/libc-lock.h>
 #include <not-cancel.h>
+#include <kernel-features.h>
 
 #include "netlinkaccess.h"
 
index 02e693553833df3f02273f888d83e3b16ab599e7..9aa9abac3b515bbe6936a455cefb05959d2b1cd2 100644 (file)
@@ -33,6 +33,7 @@
 #include <sysdep.h>
 #include <time.h>
 #include <unistd.h>
+#include <kernel-features.h>
 
 #include "netlinkaccess.h"
 
index c0d7cd459043046cb063707f3ff34bd25bdef293..b2db5423c33ceaf95197a4dfb6aa2868a2a338a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
    This file is part of the GNU C Library.
 
@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <sysdep.h>
+#include <kernel-features.h>
 
 #define EINVAL 22
 
index aba4ac34e33f1834fe5ffc043e6b59cde9ee2168..4c3667aaa501b81375711b072a2ef0b615eb5624 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
    This file is part of the GNU C Library.
 
@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <sysdep.h>
+#include <kernel-features.h>
 
 #define EINVAL 22
 #define ENOSYS 38
index 9f4c02c78b8795e0b72b9edc23a082a3d4b69f61..71a51ccd8afb51a36f8e75af94d5bc35035ac89d 100644 (file)
@@ -1,3 +1,5 @@
+#include <kernel-features.h>
+
 #include "../../i386/xstat.c"
 
 #ifdef __NR_stat64
index 9ccc7a7d6981763d58739e30257aa7f84db2e880..c3d17b5edda1a5109c4ea5b9c5dfc055a331fec5 100644 (file)
@@ -1,5 +1,5 @@
 /* Return information about the filesystem on which FILE resides.
-   Copyright (C) 1996-2000,2003,2004 Free Software Foundation, Inc.
+   Copyright (C) 1996-2000,2003,2004,2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,7 @@
 #include <sys/statfs.h>
 #include <stddef.h>
 #include <sysdep.h>
+#include <kernel-features.h>
 
 
 # if __ASSUME_STATFS64 == 0
index 805e3397828bb3917981fabaf2a6a6d1091d4c1f..8210798a69fea7bb669086cd4187fa4dcbc0b181 100644 (file)
@@ -1,5 +1,6 @@
 /* Convert between the kernel's `struct stat' format, and libc's.
-   Copyright (C) 1991,1995-1997,2000,2002,2003 Free Software Foundation, Inc.
+   Copyright (C) 1991,1995-1997,2000,2002,2003,2007
+   Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,6 +21,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <kernel_stat.h>
+#include <kernel-features.h>
 
 #ifdef STAT_IS_KERNEL_STAT