* include/cygwin/stat.h: Allow definition of internal stat structures

also when compiling newlib.
This commit is contained in:
Corinna Vinschen 2003-08-26 07:45:38 +00:00
parent 311d0d67b9
commit 1ce25e2add
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-26 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/stat.h: Allow definition of internal stat structures
also when compiling newlib.
2003-08-25 Christopher Faylor <cgf@redhat.com>
Throughout, change USE_CYGSERVER to USE_SERVER.

View File

@ -16,7 +16,7 @@ details. */
extern "C" {
#endif
#ifdef __INSIDE_CYGWIN__
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
struct __stat32
{
__dev16_t st_dev;