X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=6cb748f4e3433b5fadbaf94a530dd35dcce01636;hb=a14cb26abd9e94e845d7de891545ccdb8fb0fad9;hp=e4687ce50f34012c91f3a74c0f1fe145119a50e1;hpb=18f739eeef869ffadc3775821df62e4b90bf75b0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index e4687ce..6cb748f 100644 --- a/unixish.h +++ b/unixish.h @@ -42,6 +42,14 @@ */ #undef USEMYBINMODE +/* Stat_t: + * This symbol holds the type used to declare buffers for information + * returned by stat(). It's usually just struct stat. It may be necessary + * to include and to get any typedef'ed + * information. + */ +#define Stat_t struct stat + /* USE_STAT_RDEV: * This symbol is defined if this system has a stat structure declaring * st_rdev