mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-23 17:19:13 +00:00
The preferred all-inclusive method for finding alloca(). Reported-by: Richard Palo <richard@netbsd.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89762 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
5 lines
42 B
C
5 lines
42 B
C
void *alloca(size_t sz)
|
|
{
|
|
return NULL;
|
|
}
|