Searched refs:real_fcntl (Results 1 – 1 of 1) sorted by relevance
52 static int (*real_fcntl)(int, int, ...); variable66 real_fcntl = dlsym(RTLD_NEXT, "fcntl"); in init_fallbacks()101 return real_fcntl(fd, cmd, arg); in fcntl()