view libssp/ssp.map @ 50:4e0a8e84ee55

Added tag cbc-4.4.3 for changeset 2e19f845ea37
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 17:56:48 +0900
parents a06113de4d67
children f6334be47118
line wrap: on
line source

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:
    *;
};