mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-06-11 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (queue_stack): Always inline. * ptreadhP.h (__do_cancel): Likewise.
This commit is contained in:
4
io/ftw.c
4
io/ftw.c
@ -258,6 +258,7 @@ find_object (struct ftw_data *data, struct STAT *st)
|
||||
|
||||
|
||||
static inline int
|
||||
__attribute ((always_inline))
|
||||
open_dir_stream (struct ftw_data *data, struct dir_data *dirp)
|
||||
{
|
||||
int result = 0;
|
||||
@ -348,7 +349,8 @@ open_dir_stream (struct ftw_data *data, struct dir_data *dirp)
|
||||
}
|
||||
|
||||
|
||||
static inline int
|
||||
static int
|
||||
internal_function
|
||||
process_entry (struct ftw_data *data, struct dir_data *dir, const char *name,
|
||||
size_t namlen)
|
||||
{
|
||||
|
Reference in New Issue
Block a user