* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of

including windows headers.
This commit is contained in:
Christopher Faylor 2000-11-22 01:49:19 +00:00
parent 5478bf376f
commit 08eac2aedd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Nov 21 20:32:21 2000 Christopher Faylor <cgf@cygnus.com>
* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
including windows headers.
2000-11-20 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.

View File

@ -30,7 +30,7 @@ typedef struct
#ifdef _COMPILING_NEWLIB
struct
{
HANDLE __handle;
void *__handle;
char __open_p;
} __d_data;
#endif