Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2cd3926

Browse files
committed
Rename pal_stat.h/cpp to pal_io.h/cpp
Rationale: grouping related functions that need to share constants
1 parent c89033b commit 2cd3926

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Native/System.Native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(System.Native)
33
set(NATIVE_SOURCES
44
pal_errno.cpp
55
pal_exec.cpp
6-
pal_stat.cpp
6+
pal_io.cpp
77
pal_uid.cpp
88
)
99

src/Native/System.Native/pal_stat.cpp renamed to src/Native/System.Native/pal_io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
#include "../config.h"
5-
#include "pal_stat.h"
5+
#include "pal_io.h"
66
#include <sys/stat.h>
77

88
#if HAVE_STAT64

0 commit comments

Comments
 (0)