jdk/src/java.base/share/native/libjava/jni_util.h
changeset 27184 2996674bd701
parent 25859 3317bb8137f4
child 32846 5383225ebd0d
--- a/jdk/src/java.base/share/native/libjava/jni_util.h	Tue Oct 07 15:16:17 2014 +0200
+++ b/jdk/src/java.base/share/native/libjava/jni_util.h	Thu Oct 09 04:48:12 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -387,6 +387,7 @@
 void buildJniFunctionName(const char *sym, const char *cname,
                           char *jniEntryName);
 
+extern size_t getLastErrorString(char *buf, size_t len);
 #ifdef __cplusplus
 } /* extern "C" */
 #endif /* __cplusplus */