]>
gcc.gnu.org Git - gcc.git/blob - libgcc/enable-execute-stack-empty.c
1 /* Dummy implementation of __enable_execute_stack. */
3 extern void __enable_execute_stack (void *);
5 /* Attempt to turn on execute permission for the stack. */
8 __enable_execute_stack (void *addr
__attribute__((__unused__
)))
This page took 0.034496 seconds and 5 git commands to generate.