]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/gcclibs/libssp/ssp.map
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / gcclibs / libssp / ssp.map
1 LIBSSP_1.0 {
2   global:
3     __stack_chk_fail; __stack_chk_guard; __chk_fail;
4     __gets_chk; __memcpy_chk; __memmove_chk; __mempcpy_chk; __memset_chk;
5     __snprintf_chk; __sprintf_chk; __stpcpy_chk; __strcat_chk; __strcpy_chk;
6     __strncat_chk; __strncpy_chk; __vsnprintf_chk; __vsprintf_chk;
7   local:
8     *;
9 };