Searched defs:futimesat_func (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c115 typedef int futimesat_func(int, const char *, const struct timeval *); typedef
122 static futimesat_func* my_futimesat_func = NULL;
221 my_futimesat_func = (futimesat_func*) dlsym(RTLD_DEFAULT, "futimesat");

Completed in 36 milliseconds