Commit 7cd9a8f8 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

preloader: Allow compiling the preloader with -fstack-protector.

parent dd57bbd1
......@@ -155,6 +155,9 @@ struct wld_link_map {
*/
void __bb_init_func() { return; }
/* similar to the above but for -fstack-protector */
void *__stack_chk_guard = 0;
void __stack_chk_fail(void) { return; }
/*
* The _start function is the entry and exit point of this program
......
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