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:
Uros Bizjak 2011-06-22 13:20:07 +02:00
parent 070387a43c
commit 1da9434b4b
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-06-22 Uros Bizjak <ubizjak@gmail.com>
* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* shared-object.mk (c_flags-$o): Save c_flags.

View 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__)))
{