Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-08-26 11:45:38 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-08-26 11:45:38 +0400
commit1ce25e2add550674056f27ef33c4849f73ccb5a8 (patch)
tree694ea3bbbec111e2eb79f90dde9de0b4b231507c /winsup/cygwin/include
parent311d0d67b97aec4f1dcc91c5af70f0e2600bf410 (diff)
* 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.h2
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;