aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-02 06:59:07 +0000
committerChristopher Faylor <me@cgf.cx>2000-11-02 06:59:07 +0000
commited15374b49b12e707034b30b166c514b22fc54ab (patch)
tree3d59b5c136f7a81cf944ef39d5dae4c5fd3cd914
parent6d87f7d7c4f89ddbf550f22751f61d29cceab850 (diff)
downloadnewlib-ed15374b49b12e707034b30b166c514b22fc54ab.zip
newlib-ed15374b49b12e707034b30b166c514b22fc54ab.tar.gz
newlib-ed15374b49b12e707034b30b166c514b22fc54ab.tar.bz2
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/ntdll.h10
2 files changed, 4 insertions, 10 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b76afbf..7ee738e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 2 01:58:03 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
+
Thu Nov 2 00:10:23 2000 Christopher Faylor <cgf@cygnus.com>
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h
index 79a8c73..551d39d 100644
--- a/winsup/cygwin/ntdll.h
+++ b/winsup/cygwin/ntdll.h
@@ -48,16 +48,6 @@ typedef struct _VM_COUNTERS
ULONG PeakPagefileUsage;
} VM_COUNTERS, *PVM_COUNTERS;
-typedef struct _IO_COUNTERS
-{
- LARGE_INTEGER ReadOperationCount;
- LARGE_INTEGER WriteOperationCount;
- LARGE_INTEGER OtherOperationCount;
- LARGE_INTEGER ReadTransferCount;
- LARGE_INTEGER WriteTransferCount;
- LARGE_INTEGER OtherTransferCount;
-} IO_COUNTERS, *PIO_COUNTERS;
-
typedef struct _CLIENT_ID
{
HANDLE UniqueProcess;