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:
authorChristopher Faylor <me@cgf.cx>2000-11-22 04:49:19 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-22 04:49:19 +0300
commit08eac2aedddd2c5d71a70c133e9563ce3ac4e6db (patch)
tree9b984b5ba177de015a18122f86c844306b4c00e1 /newlib/libc
parent5478bf376fb3d280f7eef7da7dfaaea97dd8b353 (diff)
* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
including windows headers.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/cygwin/sys/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/cygwin/sys/dirent.h b/newlib/libc/sys/cygwin/sys/dirent.h
index 3c0ec4e77..b3d52f70e 100644
--- a/newlib/libc/sys/cygwin/sys/dirent.h
+++ b/newlib/libc/sys/cygwin/sys/dirent.h
@@ -30,7 +30,7 @@ typedef struct
#ifdef _COMPILING_NEWLIB
struct
{
- HANDLE __handle;
+ void *__handle;
char __open_p;
} __d_data;
#endif