Rainer Orth | 10e48e3 | 2011-06-09 12:30:46 +0000 | [diff] [blame^] | 1 | /* Dummy implementation of __enable_execute_stack. */ |
2 | |||||
3 | /* Attempt to turn on execute permission for the stack. */ | ||||
4 | void | ||||
5 | __enable_execute_stack (void *addr __attribute__((__unused__))) | ||||
6 | { | ||||
7 | } |