1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Apply this change from gnulib:

2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
	    Bruno Haible  <bruno@clisp.org>

* strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
This commit is contained in:
Jim Meyering
2006-06-10 09:10:12 +00:00
parent a8ee9bcfb3
commit 949ed19da0
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2006-06-10 Jim Meyering <jim@meyering.net>
Apply this change from gnulib:
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Bruno Haible <bruno@clisp.org>
* strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
2006-06-04 Paul Eggert <eggert@cs.ucla.edu>
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun

View File

@@ -36,7 +36,9 @@
#endif
#undef __strndup
#undef strndup
#if _LIBC
# undef strndup
#endif
#ifndef weak_alias
# define __strndup strndup