From b41bd5bc83b23f62f6f0815d20ed1e1185c58086 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 18:25:55 +0200 Subject: posix: Remove internal_function attribute --- posix/fnmatch.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'posix/fnmatch.c') diff --git a/posix/fnmatch.c b/posix/fnmatch.c index 441a41f0a5..62df3ece46 100644 --- a/posix/fnmatch.c +++ b/posix/fnmatch.c @@ -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)) -- cgit v1.2.3-70-g09d2