1/* 2 * $FreeBSD$ 3 */ 4 5LIBSSP_1.0 { 6 __chk_fail; 7 __stack_chk_fail; 8 __stack_chk_guard; 9 10 /* 11 * Currently unsupported: _FORTIFY_SOURCE symbols. It is believed 12 * that these have never been used on FreeBSD, as our headers lack the 13 * support that would have generated references to them. 14 */ 15 __memcpy_chk; 16 __memset_chk; 17 __snprintf_chk; 18 __sprintf_chk; 19 __stpcpy_chk; 20 __strcat_chk; 21 __strcpy_chk; 22 __strncat_chk; 23 __strncpy_chk; 24 __vsnprintf_chk; 25 __vsprintf_chk; 26}; 27