src/java.base/share/native/libzip/zip_util.h
branchihse-remove-mapfiles-branch
changeset 56114 0d38468d211c
parent 56106 40e61db323c2
child 56721 01b558efd286
--- a/src/java.base/share/native/libzip/zip_util.h	Tue Feb 13 14:54:44 2018 +0100
+++ b/src/java.base/share/native/libzip/zip_util.h	Tue Feb 13 15:14:11 2018 +0100
@@ -273,7 +273,7 @@
 void ZIP_Unlock(jzfile *zip);
 jint ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
 JNIEXPORT void JNICALL
-JNIEXPORT ZIP_FreeEntry(jzfile *zip, jzentry *ze);
+ZIP_FreeEntry(jzfile *zip, jzentry *ze);
 jlong ZIP_GetEntryDataOffset(jzfile *zip, jzentry *entry);
 jzentry * ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash);