Import GNU Readline 8.1
[deliverable/binutils-gdb.git] / readline / readline / posixstat.h
index b9d8eb3761868ab0ad5b2de778e0a9cc14c2d1c1..b60778606b65bedbb911ff105e1e4851af080075 100644 (file)
@@ -1,7 +1,7 @@
 /* posixstat.h -- Posix stat(2) definitions for systems that
    don't have them. */
 
-/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2019 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
 #  define S_IRWXU      (S_IRUSR | S_IWUSR | S_IXUSR)
 #  define S_IRWXG      (S_IRGRP | S_IWGRP | S_IXGRP)
 #  define S_IRWXO      (S_IROTH | S_IWOTH | S_IXOTH)
-#else  /* !S_IRWXU */
-   /* S_IRWXU is defined, but "group" and "other" bits might not be
-      (happens in certain versions of MinGW).  */
+#else /* !S_IRWXU */
+  /* S_IRWXU is defined, but "group" and "other" bits might not be
+     (happens in certain versions of MinGW).  */
 #  if !defined (S_IRGRP)
 #    define S_IRGRP    (S_IREAD  >> 3)         /* read, group */
 #    define S_IWGRP    (S_IWRITE >> 3)         /* write, group */
This page took 0.035472 seconds and 4 git commands to generate.