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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
