blob: 81786dec3e411a5fb4b80678f0266ee7a7315e7b [file] [log] [blame]
/* Dummy implementation of __enable_execute_stack. */
/* Attempt to turn on execute permission for the stack. */
void
__enable_execute_stack (void *addr __attribute__((__unused__)))
{
}