Skip to content

Commit e9281ac

Browse files
committed
8325456: Rename nsk_mutex.h
Backport-of: 10beb3184e14e2714cd836029680a8b2d3fd5011
1 parent 6a6e492 commit e9281ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
#include <stdlib.h>
25-
#include "nsk_mutex.h"
25+
#include "nsk_mutex.hpp"
2626

2727
extern "C" {
2828

test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.h renamed to test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,8 +21,8 @@
2121
* questions.
2222
*/
2323

24-
#ifndef NSK_MUTEX_H
25-
#define NSK_MUTEX_H
24+
#ifndef NSK_MUTEX_HPP
25+
#define NSK_MUTEX_HPP
2626

2727
extern "C" {
2828

0 commit comments

Comments
 (0)