Searched refs:shmatfunc (Results 1 – 1 of 1) sorted by relevance
673 static caddr_t (*shmatfunc)() = NULL; in shmat() local684 if (!shmatfunc) { in shmat()685 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat"); in shmat()686 assert(shmatfunc); in shmat()689 result = shmatfunc(shmid, shmaddr, shmflag); in shmat()