blob: 81786dec3e411a5fb4b80678f0266ee7a7315e7b [file] [log] [blame]
Rainer Orth10e48e32011-06-09 12:30:46 +00001/* Dummy implementation of __enable_execute_stack. */
2
3/* Attempt to turn on execute permission for the stack. */
4void
5__enable_execute_stack (void *addr __attribute__((__unused__)))
6{
7}