1 Index: uClibc-0.9.29/libc/misc/regex/regex_internal.h
2 ===================================================================
3 --- uClibc-0.9.29.orig/libc/misc/regex/regex_internal.h 2006-02-28 14:24:24.000000000 +0100
4 +++ uClibc-0.9.29/libc/misc/regex/regex_internal.h 2008-05-01 18:35:04.000000000 +0200
8 static void build_wcs_buffer (re_string_t *pstr) internal_function;
9 -static int build_wcs_upper_buffer (re_string_t *pstr) internal_function;
10 +static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr) internal_function;
11 #endif /* RE_ENABLE_I18N */
12 static void build_upper_buffer (re_string_t *pstr) internal_function;
13 static void re_string_translate_buffer (re_string_t *pstr) internal_function;