* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
authorRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 20:27:19 +0000 (20:27 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 20:27:19 +0000 (20:27 +0000)
ChangeLog
posix/regex_internal.h

index 26bdd18..b1f07a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-03  Paolo Bonzini  <bonzini@gnu.org>
+
+       * posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
+
 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
 
        * sysdeps/generic/utime.c: Include <stddef.h>.
index d7d7d9a..1fe537b 100644 (file)
@@ -98,6 +98,7 @@
 # define __btowc btowc
 # define __mempcpy mempcpy
 # define __wcrtomb wcrtomb
+# define __regfree regfree
 # define attribute_hidden
 #endif /* not _LIBC */