diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-08-26 07:45:38 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-08-26 07:45:38 +0000 |
commit | 1ce25e2add550674056f27ef33c4849f73ccb5a8 (patch) | |
tree | 694ea3bbbec111e2eb79f90dde9de0b4b231507c /winsup/cygwin/include | |
parent | 311d0d67b97aec4f1dcc91c5af70f0e2600bf410 (diff) | |
download | cygnal-1ce25e2add550674056f27ef33c4849f73ccb5a8.tar.gz cygnal-1ce25e2add550674056f27ef33c4849f73ccb5a8.tar.bz2 cygnal-1ce25e2add550674056f27ef33c4849f73ccb5a8.zip |
* include/cygwin/stat.h: Allow definition of internal stat structures
also when compiling newlib.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/stat.h b/winsup/cygwin/include/cygwin/stat.h index d35e1ed74..2ae7709c2 100644 --- a/winsup/cygwin/include/cygwin/stat.h +++ b/winsup/cygwin/include/cygwin/stat.h @@ -16,7 +16,7 @@ details. */ extern "C" { #endif -#ifdef __INSIDE_CYGWIN__ +#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB) struct __stat32 { __dev16_t st_dev; |