summaryrefslogtreecommitdiff
path: root/include/alloca.h
AgeCommit message (Collapse)Author
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.