Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177909 | Differences between
and this patch

Collapse All | Expand All

(-)nspluginwrapper-0.9.91.4/lsb-build/stub_libs/libc_main.c (+6 lines)
Lines 5-10 Link Here
5
void __stack_chk_fail_local() {} ;
5
void __stack_chk_fail_local() {} ;
6
#endif
6
#endif
7
7
8
unsigned long __guard = 0UL;
9
static void __guard_setup(void) __attribute__ ((constructor));
10
static void __guard_setup(void) { if (__guard != 0UL) return; __guard = 0xFF0A0D00UL; }
11
void __stack_smash_handler(char func[], int damaged __attribute__ ((unused)));
12
void __stack_smash_handler(char func[], int damaged) {} ;
13
8
void _Exit() {} ;
14
void _Exit() {} ;
9
void _IO_feof() {} ;
15
void _IO_feof() {} ;
10
void _IO_getc() {} ;
16
void _IO_getc() {} ;

Return to bug 177909