xf86-video-intel/libobj/alloca.c

5 lines
42 B
C

void *alloca(size_t sz)
{
return NULL;
}