summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_sync.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-11 16:57:45 -0400
committermidipix <writeonce@midipix.org>2016-05-14 07:18:25 -0400
commit7ebd3f8a237ae03503d753af2dd86a9c8bc1ddcf (patch)
treeef6950d89354cb4ce0e883c7f647b6dcbc3feece /include/ntapi/nt_sync.h
parent1219beec442e63d47eb5bfb3b3bd7a7818b657c7 (diff)
downloadntapi-7ebd3f8a237ae03503d753af2dd86a9c8bc1ddcf.tar.bz2
ntapi-7ebd3f8a237ae03503d753af2dd86a9c8bc1ddcf.tar.xz
nt_sync.h: union _nt_sync_block: changed type of lock_tries to int32_t.
Diffstat (limited to 'include/ntapi/nt_sync.h')
-rw-r--r--include/ntapi/nt_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_sync.h b/include/ntapi/nt_sync.h
index ecf5f0c..5b28833 100644
--- a/include/ntapi/nt_sync.h
+++ b/include/ntapi/nt_sync.h
@@ -128,7 +128,7 @@ typedef union __attr_aligned__(NT_SYNC_BLOCK_SIZE) _nt_sync_block {
int32_t pid;
uint32_t flags;
uint32_t srvtid;
- uint32_t lock_tries;
+ int32_t lock_tries;
uint32_t ref_cnt;
uint32_t busy;
int32_t invalid;