Skip to content

Commit

Permalink
* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 3, 2004
1 parent 6d98e59 commit 27bbfab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down
1 change: 1 addition & 0 deletions posix/regex_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
# define __btowc btowc
# define __mempcpy mempcpy
# define __wcrtomb wcrtomb
# define __regfree regfree
# define attribute_hidden
#endif /* not _LIBC */

Expand Down

0 comments on commit 27bbfab

Please sign in to comment.