* 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>
|
2000-11-20 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
|
* libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
|
||||||
|
@ -30,7 +30,7 @@ typedef struct
|
|||||||
#ifdef _COMPILING_NEWLIB
|
#ifdef _COMPILING_NEWLIB
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
HANDLE __handle;
|
void *__handle;
|
||||||
char __open_p;
|
char __open_p;
|
||||||
} __d_data;
|
} __d_data;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user