From dd9423a67a7650a9b0f50d8151e4f3797c5a14f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Jun 2003 21:57:23 +0000 Subject: Update. 2003-06-11 Ulrich Drepper * allocatestack.c (queue_stack): Always inline. * ptreadhP.h (__do_cancel): Likewise. --- io/ftw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'io') 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) { -- cgit 1.4.1