mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
loader: Fix build with gcc-4.3 and ssp.
This commit is contained in:
parent
159cc19b03
commit
3dcd1285f1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user