loader: Fix build with gcc-4.3 and ssp.

This commit is contained in:
Stefan Reimer 2009-01-02 18:40:17 +01:00 committed by Alexandre Julliard
parent 159cc19b03
commit 3dcd1285f1
1 changed files with 1 additions and 0 deletions

View File

@ -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 */