diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-03 20:27:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-03 20:27:19 +0000 |
commit | 27bbfab0b7e474d34330679284e81c0b1e3a20e0 (patch) | |
tree | 4882bd5c952ee673a609655fc03ac0b0ccc652fa /posix/regex_internal.h | |
parent | 6d98e59366b8f15a22b334be819d45e758200711 (diff) | |
download | glibc-27bbfab0b7e474d34330679284e81c0b1e3a20e0.tar.gz glibc-27bbfab0b7e474d34330679284e81c0b1e3a20e0.tar.xz glibc-27bbfab0b7e474d34330679284e81c0b1e3a20e0.zip |
* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
Diffstat (limited to 'posix/regex_internal.h')
-rw-r--r-- | posix/regex_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/regex_internal.h b/posix/regex_internal.h index d7d7d9a8b1..1fe537b940 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -98,6 +98,7 @@ # define __btowc btowc # define __mempcpy mempcpy # define __wcrtomb wcrtomb +# define __regfree regfree # define attribute_hidden #endif /* not _LIBC */ |