* include/cygwin/stat.h: Allow definition of internal stat structures
also when compiling newlib.
This commit is contained in:
parent
311d0d67b9
commit
1ce25e2add
|
@ -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>
|
2003-08-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
Throughout, change USE_CYGSERVER to USE_SERVER.
|
Throughout, change USE_CYGSERVER to USE_SERVER.
|
||||||
|
|
|
@ -16,7 +16,7 @@ details. */
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __INSIDE_CYGWIN__
|
#if defined (__INSIDE_CYGWIN__) || defined (_COMPILING_NEWLIB)
|
||||||
struct __stat32
|
struct __stat32
|
||||||
{
|
{
|
||||||
__dev16_t st_dev;
|
__dev16_t st_dev;
|
||||||
|
|
Loading…
Reference in New Issue