From: Paul Eggert Date: Fri, 6 Aug 2004 05:02:24 +0000 (+0000) Subject: (S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b53829522b7e325ee0566ac30785d66615aea3;p=pspp (S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined. --- diff --git a/lib/stat-macros.h b/lib/stat-macros.h index 69218f43aa..facbabbc3c 100644 --- a/lib/stat-macros.h +++ b/lib/stat-macros.h @@ -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