view libmpx/mpxwrap/libmpxwrappers.map @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children
line wrap: on
line source

LIBMPXWRAPPERS_1.0
{
  global:
	__mpx_wrapper_malloc;
	__mpx_wrapper_mmap;
	__mpx_wrapper_realloc;
	__mpx_wrapper_calloc;
	__mpx_wrapper_memset;
	__mpx_wrapper_bzero;
	__mpx_wrapper_memmove;
	__mpx_wrapper_memcpy;
	__mpx_wrapper_mempcpy;
	__mpx_wrapper_strncat;
	__mpx_wrapper_strcat;
	__mpx_wrapper_stpcpy;
	__mpx_wrapper_stpncpy;
	__mpx_wrapper_strcpy;
	__mpx_wrapper_strncpy;
	__mpx_wrapper_strlen;

  local:
	*;
};