* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.

This commit is contained in:
Roland McGrath 2004-11-03 20:27:19 +00:00
parent 6d98e59366
commit 27bbfab0b7
2 changed files with 5 additions and 0 deletions

View File

@ -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>.

View File

@ -98,6 +98,7 @@
# define __btowc btowc
# define __mempcpy mempcpy
# define __wcrtomb wcrtomb
# define __regfree regfree
# define attribute_hidden
#endif /* not _LIBC */