mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype. From-SVN: r175292
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/* Dummy implementation of __enable_execute_stack. */
|
||||
|
||||
extern void __enable_execute_stack (void *);
|
||||
|
||||
/* Attempt to turn on execute permission for the stack. */
|
||||
|
||||
void
|
||||
__enable_execute_stack (void *addr __attribute__((__unused__)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user