summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
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