* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
including windows headers.
This commit is contained in:
parent
5478bf376f
commit
08eac2aedd
|
@ -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.
|
||||
|
|
|
@ -30,7 +30,7 @@ typedef struct
|
|||
#ifdef _COMPILING_NEWLIB
|
||||
struct
|
||||
{
|
||||
HANDLE __handle;
|
||||
void *__handle;
|
||||
char __open_p;
|
||||
} __d_data;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue