Skip to content

Commit

Permalink
8325456: Rename nsk_mutex.h
Browse files Browse the repository at this point in the history
Reviewed-by: coleenp, jwaters
  • Loading branch information
Kim Barrett committed Feb 8, 2024
1 parent 0ea75b2 commit 10beb31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

#include <stdlib.h>
#include "nsk_mutex.h"
#include "nsk_mutex.hpp"

extern "C" {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2024, 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
Expand All @@ -21,8 +21,8 @@
* questions.
*/

#ifndef NSK_MUTEX_H
#define NSK_MUTEX_H
#ifndef NSK_MUTEX_HPP
#define NSK_MUTEX_HPP

extern "C" {

Expand Down

1 comment on commit 10beb31

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.