--- nspluginwrapper-0.9.91.4/lsb-build/stub_libs/libc_main.c 2007-04-02 14:40:33.000000000 -0700 +++ nspluginwrapper-0.9.91.4.new/lsb-build/stub_libs/libc_main.c 2007-08-20 20:36:02.000000000 -0700 @@ -5,6 +5,12 @@ void __stack_chk_fail_local() {} ; #endif +unsigned long __guard = 0UL; +static void __guard_setup(void) __attribute__ ((constructor)); +static void __guard_setup(void) { if (__guard != 0UL) return; __guard = 0xFF0A0D00UL; } +void __stack_smash_handler(char func[], int damaged __attribute__ ((unused))); +void __stack_smash_handler(char func[], int damaged) {} ; + void _Exit() {} ; void _IO_feof() {} ; void _IO_getc() {} ;