diff options
author | midipix <writeonce@midipix.org> | 2019-06-28 01:33:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-28 01:33:27 +0000 |
commit | 6445d5ff7e35e9ed6e54ce420931ad9676be5e7d (patch) | |
tree | 75910eb0ddb77487e5163de10e700f5b57519658 /project | |
parent | 4686dff16bcfb6071e4aa43d2cec0752c0d15bd5 (diff) | |
download | ntapi-6445d5ff7e35e9ed6e54ce420931ad9676be5e7d.tar.bz2 ntapi-6445d5ff7e35e9ed6e54ce420931ad9676be5e7d.tar.xz |
remove nt_sync_block and related interfaces in favor of pure atomic primitives.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk index 5350b61..84749be 100644 --- a/project/common.mk +++ b/project/common.mk @@ -117,7 +117,6 @@ COMMON_SRCS = \ src/string/ntapi_tt_uintptr_to_hex_utf16.c \ src/string/ntapi_tt_uintptr_to_hex_utf8.c \ src/sync/ntapi_tt_create_event.c \ - src/sync/ntapi_tt_sync_block.c \ src/sync/ntapi_tt_wait_for_dummy_event.c \ src/system/ntapi_tt_get_csr_port_handle_addr_by_logic.c \ src/system/ntapi_tt_get_system_directory.c \ |