OSDN Git Service

2011-12-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
[pf3gnuchains/gcc-fork.git] / libgcc / enable-execute-stack-empty.c
index 81786de..e2cc02b 100644 (file)
@@ -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__)))
 {