]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 Aug 2002 09:44:37 +0000 (09:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 Aug 2002 09:44:37 +0000 (09:44 +0000)
* sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
inline to avoid defining it in every file which includes this header.

ChangeLog
sysdeps/generic/dl-cache.h

index e35cf64d9d1c318d09e1f0c314d93c5418ab1564..592f5252b02500573e0b44f4cb37cdc1398e54ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
+       inline to avoid defining it in every file which includes this header.
+
        * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
        defining DONT_USE_BOOTSTRAP_MAP.
 
index d02c1739c1d39d92a5caed8803677e3436400798..93bf0be6f454629013afa8f190c29c081db09cee 100644 (file)
@@ -97,7 +97,7 @@ struct cache_file_new
 (((addr) + __alignof__ (struct cache_file_new) -1)     \
  & (~(__alignof__ (struct cache_file_new) - 1)))
 
-static int
+static inline int
 __attribute__ ((__unused__))
 _dl_cache_libcmp (const char *p1, const char *p2)
 {