Stefan Reimer : loader: Fix build with gcc-4.3 and ssp.

Alexandre Julliard julliard at winehq.org
Sun Jan 4 09:09:00 CST 2009


Module: wine
Branch: master
Commit: 3dcd1285f16fab7dc73884330753308b5b12199b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3dcd1285f16fab7dc73884330753308b5b12199b

Author: Stefan Reimer <lists at startux.de>
Date:   Fri Jan  2 18:40:17 2009 +0100

loader: Fix build with gcc-4.3 and ssp.

---

 loader/preloader.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/loader/preloader.c b/loader/preloader.c
index 5fcb974..1143972 100644
--- a/loader/preloader.c
+++ b/loader/preloader.c
@@ -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 */




More information about the wine-cvs mailing list