diff options
Diffstat (limited to 'io/ftw.c')
-rw-r--r-- | io/ftw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/io/ftw.c b/io/ftw.c index 64cab00252..c7c2038c06 100644 --- a/io/ftw.c +++ b/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) { |