bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] stat-macros.h merge from coreutils


From: Paul Eggert
Subject: [Bug-gnulib] stat-macros.h merge from coreutils
Date: Thu, 05 Aug 2004 22:03:06 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this:

2004-08-05  Paul Eggert  <address@hidden>

        * stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
        if not already defined.

Index: stat-macros.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/stat-macros.h,v
retrieving revision 1.1
diff -p -u -r1.1 stat-macros.h
--- stat-macros.h       1 Jun 2004 20:27:21 -0000       1.1
+++ stat-macros.h       6 Aug 2004 05:00:28 -0000
@@ -161,6 +161,21 @@
 #  endif
 # endif
 
+/* contiguous */
+# ifndef S_ISCTG
+#  define S_ISCTG(p) 0
+# endif
+
+/* Cray DMF (data migration facility): off line, with data  */
+# ifndef S_ISOFD
+#  define S_ISOFD(p) 0
+# endif
+
+/* Cray DMF (data migration facility): off line, with no data  */
+# ifndef S_ISOFL
+#  define S_ISOFL(p) 0
+# endif
+
 /* If any of the following are undefined,
    define them to their de facto standard values.  */
 # if !S_ISUID




reply via email to

[Prev in Thread] Current Thread [Next in Thread]