jdk/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
--- a/jdk/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c	Thu Oct 15 14:41:37 2015 +0100
+++ b/jdk/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c	Mon Oct 19 13:41:09 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -35,6 +35,11 @@
 #include <utime.h>
 #include "jni_util.h"
 
+/*
+ * Declare library specific JNI_Onload entry if static build
+ */
+DEF_STATIC_JNI_OnLoad
+
 JNIEXPORT jint JNICALL
 Java_java_util_prefs_FileSystemPreferences_chmod(JNIEnv *env,
                        jclass thisclass, jstring java_fname, jint permission) {