mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
a84f174425
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
LIBSSP_1.0 {
|
|
global:
|
|
__stack_chk_fail; __stack_chk_guard; __chk_fail;
|
|
__gets_chk; __memcpy_chk; __memmove_chk; __mempcpy_chk; __memset_chk;
|
|
__snprintf_chk; __sprintf_chk; __stpcpy_chk; __strcat_chk; __strcpy_chk;
|
|
__strncat_chk; __strncpy_chk; __vsnprintf_chk; __vsprintf_chk;
|
|
local:
|
|
*;
|
|
};
|