gcc/libgcc/enable-execute-stack-empty.c

8 lines
189 B
C

/* Dummy implementation of __enable_execute_stack. */
/* Attempt to turn on execute permission for the stack. */
void
__enable_execute_stack (void *addr __attribute__((__unused__)))
{
}