blob: 81786dec3e411a5fb4b80678f0266ee7a7315e7b (
plain)
1
2
3
4
5
6
7
|
/* Dummy implementation of __enable_execute_stack. */
/* Attempt to turn on execute permission for the stack. */
void
__enable_execute_stack (void *addr __attribute__((__unused__)))
{
}
|