Commit 3dcd1285 authored by Stefan Reimer's avatar Stefan Reimer Committed by Alexandre Julliard

loader: Fix build with gcc-4.3 and ssp.

parent 159cc19b
......@@ -163,6 +163,7 @@ void __bb_init_func(void) { return; }
/* similar to the above but for -fstack-protector */
void *__stack_chk_guard = 0;
void __stack_chk_fail_local(void) { return; }
void __stack_chk_fail(void) { return; }
/* data for setting up the glibc-style thread-local storage in %gs */
......
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