jdk/src/java.base/share/native/libjava/jni_util.h
changeset 27184 2996674bd701
parent 25859 3317bb8137f4
child 32846 5383225ebd0d
equal deleted inserted replaced
27042:ac0f0745e7e1 27184:2996674bd701
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   385 void* getProcessHandle();
   385 void* getProcessHandle();
   386 
   386 
   387 void buildJniFunctionName(const char *sym, const char *cname,
   387 void buildJniFunctionName(const char *sym, const char *cname,
   388                           char *jniEntryName);
   388                           char *jniEntryName);
   389 
   389 
       
   390 extern size_t getLastErrorString(char *buf, size_t len);
   390 #ifdef __cplusplus
   391 #ifdef __cplusplus
   391 } /* extern "C" */
   392 } /* extern "C" */
   392 #endif /* __cplusplus */
   393 #endif /* __cplusplus */
   393 
   394 
   394 #endif /* JNI_UTIL_H */
   395 #endif /* JNI_UTIL_H */