Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/* Dummy implementation of __enable_execute_stack.  */

extern void __enable_execute_stack (void *);

/* Attempt to turn on execute permission for the stack.  */

void
__enable_execute_stack (void *addr __attribute__((__unused__)))
{
}