summaryrefslogtreecommitdiff
path: root/include/alloca.h
AgeCommit message (Collapse)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-03add missing prototypesPeter S. Mazinger
Add some missing prototypes Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
2009-11-19move extend_alloca macro to alloca.hPeter S. Mazinger
guard it by _LIBC. __MAX_ALLOCA_CUTOFF is not needed on target either Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2006-01-06Merge from NPTL branch."Steven J. Hill"
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-03-22Add some missing headers needed by ld.so-1.9.11.Manuel Novoa III
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
-Erik
2000-08-21+ added alloca() support for all architecturesJohn Beppu
by way of gcc's __builtin_alloca(). I think I did it right, but we'll see.