test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52229 d8843761f478
--- a/test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp	Mon Sep 17 15:25:42 2018 -0700
+++ b/test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp	Mon Sep 17 19:36:09 2018 -0700
@@ -34,14 +34,10 @@
 #include <sys/types.h>
 #include <jni.h>
 
-#ifdef __cplusplus
 extern "C" {
-#endif
 
 JNIEXPORT jlong
 JNICALL Java_nsk_share_NativeUtils_getCurrentPID(JNIEnv * jni, jobject  jobj) {
         return (jlong) getpid();
 }
-#ifdef __cplusplus
 }
-#endif