Searched refs:shmatfunc (Results 1 – 1 of 1) sorted by relevance
671 static caddr_t (*shmatfunc)() = NULL; in shmat() local679 if (!shmatfunc) { in shmat()680 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat"); in shmat()681 assert(shmatfunc); in shmat()684 result = shmatfunc(shmid, shmaddr, shmflag); in shmat()