2005-01-05 Mike Frysinger <vapier@gentoo.org>
authorRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 09:55:30 +0000 (09:55 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 09:55:30 +0000 (09:55 +0000)
* include/alloca.h (extend_alloca): Fix typoed name 'extern_alloca'.

include/alloca.h

index de541f4..563d786 100644 (file)
@@ -42,7 +42,7 @@ extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
                        len = __newlen;                                       \
                      __newbuf; })
 #else
-# define extern_alloca(buf, len, newlen) \
+# define extend_alloca(buf, len, newlen) \
   __alloca (((len) = (newlen)))
 #endif