You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ga...@apache.org on 2022/07/01 16:25:10 UTC

[hadoop] 07/07: Add documentation

This is an automated email from the ASF dual-hosted git repository.

gaurava pushed a commit to branch nix-flags-x-platform
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 62d521b7f06e89c469b0db1f930e04a7a9480ab3
Author: Gautham Banasandra <ga...@gmail.com>
AuthorDate: Fri Jul 1 21:54:21 2022 +0530

    Add documentation
---
 .../src/main/native/libhdfspp/lib/x-platform/stat.h                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
index da26f83b92a..1a9fb81d815 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
+++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
@@ -24,7 +24,7 @@
 // Windows.
 // These macros are derived from POSIX sys/stat.h. Windows defines some of
 // these macros, but not all. Thus, we align with the bits defined by POSIX for
-// all of them.
+// all of them to be consistent.
 #define S_IRUSR 0400
 #define S_IWUSR 0200
 #define S_IXUSR 0100


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org