8325456: Rename nsk_mutex.h

Reviewed-by: coleenp, jwaters
This commit is contained in:
Kim Barrett 2024-02-08 17:22:47 +00:00
parent 0ea75b28d4
commit 10beb3184e
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
*/
#include <stdlib.h>
#include "nsk_mutex.h"
#include "nsk_mutex.hpp"
extern "C" {

View File

@ -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
@ -21,8 +21,8 @@
* questions.
*/
#ifndef NSK_MUTEX_H
#define NSK_MUTEX_H
#ifndef NSK_MUTEX_HPP
#define NSK_MUTEX_HPP
extern "C" {