We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6e492 commit e9281acCopy full SHA for e9281ac
test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.cpp
@@ -22,7 +22,7 @@
22
*/
23
24
#include <stdlib.h>
25
-#include "nsk_mutex.h"
+#include "nsk_mutex.hpp"
26
27
extern "C" {
28
test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.h renamed to test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -21,8 +21,8 @@
21
* questions.
-#ifndef NSK_MUTEX_H
-#define NSK_MUTEX_H
+#ifndef NSK_MUTEX_HPP
+#define NSK_MUTEX_HPP
0 commit comments