about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
Diffstat (limited to 'posix')
-rw-r--r--posix/regexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/regexec.c b/posix/regexec.c
index 88d05b5dbe..b7b5b1a6d4 100644
--- a/posix/regexec.c
+++ b/posix/regexec.c
@@ -247,6 +247,7 @@ versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
 __typeof__ (__regexec) __compat_regexec;
 
 int
+attribute_compat_text_section
 __compat_regexec (const regex_t *__restrict preg,
 		  const char *__restrict string, size_t nmatch,
 		  regmatch_t pmatch[], int eflags)