CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/04/12 09:45:35
Removed files: lib/libc/gen : alloca.c Log message: Since threads are becoming more common, this "work around the compiler not doing alloca in C using malloc" is unworkable. It is not safe, and we can never use it. ok guenther kurt