OSDN Git Service

* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of
authorcgf <cgf>
Wed, 22 Nov 2000 01:49:18 +0000 (01:49 +0000)
committercgf <cgf>
Wed, 22 Nov 2000 01:49:18 +0000 (01:49 +0000)
including windows headers.

newlib/ChangeLog
newlib/libc/sys/cygwin/sys/dirent.h

index dd238b0..95d1704 100644 (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.
index 3c0ec4e..b3d52f7 100644 (file)
@@ -30,7 +30,7 @@ typedef struct
 #ifdef _COMPILING_NEWLIB
       struct
        {
-         HANDLE __handle;
+         void *__handle;
          char __open_p;
        } __d_data;
 #endif