diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 10:04:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 10:04:19 +0000 |
commit | 78678039a4c4575cbb48c9577b4796cf2a05af62 (patch) | |
tree | b726f6814376eb0725dae5a1e162303efbda403c /posix | |
parent | 4a381a81fee9ee4569d0cee0807cef7e998fc59a (diff) |
Update.
2004-03-10 Richard Henderson <rth@redhat.com>
* sysdeps/generic/errno.c: Disable versioning for rtld.
* sysdeps/generic/Makefile (elf/shared): Add unwind-pe.
* sysdeps/generic/unwind-pe.c: New file.
* sysdeps/generic/unwind-pe.h: Only prototypes for _LIBC without
_LIBC_DEFINITIONS.
* posix/regexec.c: Likewise.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/regexec.c | 1 |
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) |