Commit 1da9434b by Uros Bizjak

enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.

	* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.

From-SVN: r175292
parent 070387a4
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> 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* shared-object.mk (c_flags-$o): Save c_flags. * shared-object.mk (c_flags-$o): Save c_flags.
......
/* Dummy implementation of __enable_execute_stack. */ /* Dummy implementation of __enable_execute_stack. */
extern void __enable_execute_stack (void *);
/* Attempt to turn on execute permission for the stack. */ /* Attempt to turn on execute permission for the stack. */
void void
__enable_execute_stack (void *addr __attribute__((__unused__))) __enable_execute_stack (void *addr __attribute__((__unused__)))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment