mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
posix: Remove internal_function attribute
This commit is contained in:
@ -186,12 +186,6 @@ __wcschrnul (const wchar_t *s, wint_t c)
|
||||
}
|
||||
# endif
|
||||
|
||||
# ifndef internal_function
|
||||
/* Inside GNU libc we mark some function in a special way. In other
|
||||
environments simply ignore the marking. */
|
||||
# define internal_function
|
||||
# endif
|
||||
|
||||
/* Note that this evaluates C many times. */
|
||||
# ifdef _LIBC
|
||||
# define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c))
|
||||
|
Reference in New Issue
Block a user