jdk/src/solaris/classes/sun/nio/fs/UnixNativeDispatcher.java
changeset 13571 737b7b4bd73a
parent 11525 b0263ecbbdf1
child 14342 8435a30053c1
equal deleted inserted replaced
13570:9ed2d9645e1c 13571:737b7b4bd73a
   496         }
   496         }
   497     }
   497     }
   498     private static native int getgrnam0(long nameAddress) throws UnixException;
   498     private static native int getgrnam0(long nameAddress) throws UnixException;
   499 
   499 
   500     /**
   500     /**
   501      * int getextmntent(FILE *fp, struct extmnttab *mp, int len);
       
   502      */
       
   503     static native int getextmntent(long fp, UnixMountEntry entry) throws UnixException;
       
   504 
       
   505     /**
       
   506      * statvfs(const char* path, struct statvfs *buf)
   501      * statvfs(const char* path, struct statvfs *buf)
   507      */
   502      */
   508     static void statvfs(UnixPath path, UnixFileStoreAttributes attrs)
   503     static void statvfs(UnixPath path, UnixFileStoreAttributes attrs)
   509         throws UnixException
   504         throws UnixException
   510     {
   505     {