mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* io/ftw.c (add_object): Remove inline to avoid warning.
This commit is contained in:
parent
d6173baaae
commit
300ea0ad5e
@ -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.
|
||||
|
4
io/ftw.c
4
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));
|
||||
|
Loading…
Reference in New Issue
Block a user