mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
8 lines
189 B
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__)))
|
||
|
|
{
|
||
|
|
}
|