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

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxNativeDispatcher.c41 typedef int fremovexattr_func(int fd, const char* name); typedef
46 fremovexattr_func* my_fremovexattr_func = NULL;
67 my_fremovexattr_func = (fremovexattr_func*)dlsym(RTLD_DEFAULT, "fremovexattr");

Completed in 200 milliseconds