]> sourceware.org Git - glibc.git/commitdiff
* io/ftw.c (add_object): Remove inline to avoid warning.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Jul 2008 00:26:56 +0000 (00:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Jul 2008 00:26:56 +0000 (00:26 +0000)
ChangeLog
io/ftw.c

index e7d4aa9b383b07ec0af143d6c9612e4903adb11c..76aafc00769b2360ef09e4d6c5891859ec3d6964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * io/ftw.c (add_object): Remove inline to avoid warning.
+
        * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
 
        * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
index 5495bc7ecc4f300f3fb84f9d12f510dc2991050b..9cc09077ed1c9fbf3b0223721ad4b0518eb23e49 100644 (file)
--- a/io/ftw.c
+++ b/io/ftw.c
@@ -1,5 +1,5 @@
 /* File tree walker functions.
-   Copyright (C) 1996-2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996-2004, 2006, 2007, 2008 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -243,7 +243,7 @@ object_compare (const void *p1, const void *p2)
 }
 
 
-static inline int
+static int
 add_object (struct ftw_data *data, struct STAT *st)
 {
   struct known_object *newp = malloc (sizeof (struct known_object));
This page took 0.046827 seconds and 5 git commands to generate.